Interface: DocumentationHeaders
Section header strings used to build help text.
Properties
aliases
readonly
aliases:string
Header for help text section that lists all aliases for the route.
Defaults to "ALIASES"
.
Defined in
arguments
readonly
arguments:string
Header for help text section that lists all arguments accepted by the command.
Defaults to "ARGUMENTS"
.
Defined in
commands
readonly
commands:string
Header for help text section that lists all commands in a route map.
Defaults to "COMMANDS"
.
Defined in
flags
readonly
flags:string
Header for help text section that lists all flags accepted by the route.
Defaults to "FLAGS"
.
Defined in
usage
readonly
usage:string
Header for help text section that lists all usage lines.
Defaults to "USAGE"
.