Skip to content

Command::disable_help_subcommand

since 0.1.0

Disables the help subcommand.

name = "myprog"
disable-help-subcommand = true
[[subcommands]]
name = "test"
Terminal window
myprog help
Terminal window
error: unrecognized subcommand 'help'
Usage: myprog [COMMAND]
For more information, try '--help'.