You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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.
The text was updated successfully, but these errors were encountered:
(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-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 ofargcmdr
; rather, for these, it should be easy to add or enable.The text was updated successfully, but these errors were encountered: