Will probably be a new class. Primarily, something like this should produce different help menus ```bash command --help ``` produces the help for `command` ```bash command subcommand --help ``` produces the help for `command subcommand`
Will probably be a new class.
Primarily, something like this should produce different help menus
command --helpproduces the help for
commandcommand subcommand --helpproduces the help for
command subcommand