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
I have multiple commands and subcommands, similar to the gh utility or others.
I'd like to show a complete, full help when no command is given. At the moment, it only lists the commands, but without the subcommands.
Also, the top level help seems to be auto-generated without any way to change the behaviour? I'm using ...MyCommand.registerWithSubCommands() in the provider to register all the commands and their subcommands.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have multiple commands and subcommands, similar to the
gh
utility or others.I'd like to show a complete, full help when no command is given. At the moment, it only lists the commands, but without the subcommands.
Also, the top level help seems to be auto-generated without any way to change the behaviour? I'm using
...MyCommand.registerWithSubCommands()
in the provider to register all the commands and their subcommands.How to print a "full" help page?
Beta Was this translation helpful? Give feedback.
All reactions