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:
parent
a1faa9e732
commit
5fa1cc0189
1 changed files with 4 additions and 5 deletions
|
@ -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`
|
||||||
|
|
Loading…
Add table
Reference in a new issue