Skip to content

Arg::help_heading

since 0.1.0

Override the current help section.

name = "prog"
[args]
cfg = { long = "config", help-heading = "Configuration Options", help = "Some help text describing the --config arg" }
Terminal window
prog --help
Terminal window
Usage: prog [OPTIONS]
Options:
-h, --help Print help
Configuration Options:
--config <cfg> Some help text describing the --config arg