Closed 5310 closed 8 years ago
Would be trivial to do with Docopt.
We will just route pyzure-cli help [<args>...]
to pyzure-cli --help <args>...
, the respective leaves represented by <args>...
will have the documentation already.
We would probably need to prioritize the help
before resolving anything else, but that seems like a sound idea anyway.
Every command at the leaf level accepts the
-h
option to display usage information. I propose that the help command also provide the same information provided with leaf level commands, or of the command group.