1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

xml: remove list of subcommands from main xml description.

This commit is contained in:
Daniel Birket 2021-08-22 11:23:20 -04:00 committed by Starbeamrainbowlabs
parent a1faa9e732
commit 5fa1cc0189

View file

@ -2,9 +2,12 @@
> XMLStarlet Toolkit: Query, edit, check, convert and transform XML documents. > XMLStarlet Toolkit: Query, edit, check, convert and transform XML documents.
> This command also has documentation about its subcommands, e.g. `xml validate`. > This command also has documentation about its subcommands, e.g. `xml validate`.
> Subcommands: `canonic`, `edit`, `elements`, `escape`, `unescape`, `format`, `list`, `pyx`, `depyx`, `select`, `transform`, or `validate`.
> More information: <http://xmlstar.sourceforge.net/docs.php>. > More information: <http://xmlstar.sourceforge.net/docs.php>.
- Display general help, including the list of subcommands:
`xml --help`
- Execute a subcommand with input from a file or URI, printing to stdout: - Execute a subcommand with input from a file or URI, printing to stdout:
`xml {{subcommand}} {{options}} {{path/to/input.xml|URI}}` `xml {{subcommand}} {{options}} {{path/to/input.xml|URI}}`
@ -21,10 +24,6 @@
`xml {{subcommand}} --help` `xml {{subcommand}} --help`
- Display general help:
`xml --help`
- Display the version of the XMLStarlet Toolkit: - Display the version of the XMLStarlet Toolkit:
`xml --version` `xml --version`