(Optionally-enabled) (manage) command/option or other tool to print command hierarchy, like tree, (with descriptions and/or argument signatures).
For example:
$ manage server --help-tree
manage server manage servers
|– user manage users via ansible
| |– add add user logins
| |– delete mark logins for deletion
…
Above, the --help-tree option operates like --help, immediately printing a description of the hierarchy and exiting.
This could be offered by the manage command, but not enabled by default for other commands that make use of argcmdr; rather, for these, it should be easy to add or enable.
(Optionally-enabled) (manage) command/option or other tool to print command hierarchy, like
tree, (with descriptions and/or argument signatures).For example:
Above, the
--help-treeoption operates like--help, immediately printing a description of the hierarchy and exiting.This could be offered by the
managecommand, but not enabled by default for other commands that make use ofargcmdr; rather, for these, it should be easy to add or enable.