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
## Excluding Super Commands from printing their help
196
197
198
+
When printing help for a subcommand you may find it desirable to exclude any help that comes from a super command. You can prevent the help for super commands by adding `includeSuperCommandInHelp = false` to your struct.
The help screen is automatically shown to users when they call your command with the help flag. You can generate the same text from within your program by calling the `helpMessage()` method.
0 commit comments