xml: changes requested by marchersimon,
which undo the "the" changes previously made for sbrl. The `select`, `edit`, and `transform` subcommands are not yet ready.
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
4f79b0d5d1
commit
82f626c693
@@ -5,11 +5,11 @@
|
||||
|
||||
- Convert an XML document to PYX format:
|
||||
|
||||
`xml pyx {{path/to/input.xml|URI}} >{{path/to/output.pyx}}`
|
||||
`xml pyx {{path/to/input.xml|URI}} > {{path/to/output.pyx}}`
|
||||
|
||||
- Convert an XML document from the standard input to PYX format:
|
||||
- Convert an XML document from stdin to PYX format:
|
||||
|
||||
`cat {{path/to/input.xml}} | xml pyx >{{path/to/output.pyx}}`
|
||||
`cat {{path/to/input.xml}} | xml pyx > {{path/to/output.pyx}}`
|
||||
|
||||
- Display help for the `pyx` subcommand:
|
||||
|
||||
|
Reference in New Issue
Block a user