Skip to content

Format <seealso> values of -xml-config in the same way as <eqconfig> values of -xml-help #493

Closed
@eric-brechemier

Description

@eric-brechemier

In tidy-help.xml, the output of tidy -xml-help, the <eqconfig> values include the initial dash and the format of the expected value:

<eqconfig>output-file: &lt;%s&gt;</eqconfig>

while currently in tidy-config.xml, the output of tidy -xml-config, only the name of the option is included in <seealso> values:

<seealso>indent</seealso>

Including the initial dash would allow to refer both to command-line options and configuration options in <seealso> values:

<seealso>-indent</seealso>
<seealso>--indent-spaces</seealso>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions