1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 22:26:00 +02:00

xml: tweaks to main command entry.

This commit is contained in:
Daniel Birket 2021-08-14 19:10:07 -04:00 committed by Starbeamrainbowlabs
parent bc4856feeb
commit 9916a0b0f7

View file

@ -1,10 +1,10 @@
# xml # xml
> XMLStarlet toolkit: Query / Edit / Check / Transform XML documents. > XMLStarlet toolkit: Query, edit, check, and transform XML documents.
> Subcommands: `canonic`, `edit`, `elements`, `escape`, `format`, `list`, `pyx`, `p2x`, `select`, `transform`, `unescape`, or `validate`. > Subcommands: `canonic`, `edit`, `elements`, `escape`, `format`, `list`, `pyx`, `p2x`, `select`, `transform`, `unescape`, or `validate`.
> More information: <https://http://xmlstar.sourceforge.net/doc/xmlstarlet.pdf>. > More information: <https://http://xmlstar.sourceforge.net/doc/xmlstarlet.pdf>.
- Execute a subcommand with input from a file and using standard output: - Execute a subcommand with input from a file or URI and using standard output:
`xml {{subcommand}} {{options}} {{xml_file_or_uri}}` `xml {{subcommand}} {{options}} {{xml_file_or_uri}}`
@ -12,7 +12,7 @@
`xml {{subcommand}} {{options}}` `xml {{subcommand}} {{options}}`
- Execute a subcommand with input from a file and output to a file: - Execute a subcommand with input from a file or URI and output to a file:
`xml {{subcommand}} {{options}} {{xml_file_or_uri}} >{{path/to/output}}` `xml {{subcommand}} {{options}} {{xml_file_or_uri}} >{{path/to/output}}`