IndexHelpProps
Hierarchy
- ProgramOptions
- IndexHelpProps
Index
Properties
optionalbanner
bin
The name of the binary consumers enter on the command line. Must be in kebab-case.
optionalchildren
optionaldelimiter
The character(s) displayed before command line usage examples.
optionalfooter
A string of text to display at the bottom of the index help interface.
optionalheader
A string of text to display at the top of the index help interface, below the banner (if present).
name
A human readable name for your program.
version
Current version of your CLI program. Typically the version found in your package.json
. This is output when --version
is passed.
A large banner to appear at the top of the index help interface.