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
@@ -1,15 +1,15 @@
|
||||
# xml list
|
||||
|
||||
> List a directory's contents in XML format.
|
||||
> List a directory's contents (like 'ls') in XML format.
|
||||
> More information: <http://xmlstar.sourceforge.net/docs.php>.
|
||||
|
||||
- List the current directory's contents to an XML document:
|
||||
|
||||
`xml list >{{path/to/dir_list.xml}}`
|
||||
`xml list > {{path/to/dir_list.xml}}`
|
||||
|
||||
- List the specified directory's contents to an XML document:
|
||||
|
||||
`xml list {{path/to/directory}} >{{path/to/dir_list.xml}}`
|
||||
`xml list {{path/to/directory}} > {{path/to/dir_list.xml}}`
|
||||
|
||||
- Display help for the `list` subcommand:
|
||||
|
||||
|
Reference in New Issue
Block a user