Documentation of the -d option
This commit is contained in:
parent
a87ef4072d
commit
fa845abb69
1 changed files with 3 additions and 0 deletions
|
|
@ -988,6 +988,9 @@ class ReplApplication(Cmd, ConsoleApplication):
|
||||||
If an argument is given, list the specified path.
|
If an argument is given, list the specified path.
|
||||||
Use -U option to not sort results. It allows to use a "fast path" to
|
Use -U option to not sort results. It allows to use a "fast path" to
|
||||||
return results as soon as possible.
|
return results as soon as possible.
|
||||||
|
Use -d option to display informations about a collection (and to not
|
||||||
|
display the content of it). It has the same behavior than the well
|
||||||
|
know UNIX "ls" command.
|
||||||
"""
|
"""
|
||||||
# TODO: real parsing of options
|
# TODO: real parsing of options
|
||||||
path = line.strip()
|
path = line.strip()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue