Skip to content

Command::subcommand_help_heading

since 0.1.0

Sets the help heading used for subcommands when printing usage and help.

name = "myprog"
subcommand-help-heading = "Things"
[[subcommands]]
name = "sub"
Terminal window
myprog --help
Terminal window
Usage: myprog [COMMAND]
Things:
sub
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help