Closed MyronKoch-dev closed 9 months ago
A further review can be performed for help operations, and further information on using help flags can be added to the documentation found at: https://docs.andromedaprotocol.io/andromeda/andromeda-cli/help-and-shortcuts#help-flag
Currently the structure for differences in primary and sub-menu options (that are not commands) are loading base routes on the --help flag. As seen in the screenshot provided. Currently using the flag without double dashes help
will trigger the sub command listings related to that command (but are thrown as an error).
As seen in this screenshot provided adding the --help
flag on a command (such as ado create
) returns the commands usage structure and valid flags. In this case it is also returning other sub-commands which might apply to the base command (in this case ado
)
This issue should be resolved in PR #99 and will be released in ver 0.3.9
List every CLI command and subcommand when --help is invoked. Right now, only the top level is displayed