Command::disable_help_subcommand
disable_help_subcommand
Section titled “disable_help_subcommand ”Disables the help subcommand.
Example
Section titled “Example”name = "myprog"disable-help-subcommand = true[[subcommands]]name = "test"
name: myprogdisable-help-subcommand: truesubcommands:- name: test
{ "name": "myprog", "disable-help-subcommand": true, "subcommands": [ { "name": "test" } ]}
myprog help
Output
Section titled “Output”error: unrecognized subcommand 'help'
Usage: myprog [COMMAND]
For more information, try '--help'.