commandr ~master (2022-05-07T21:35:23.2071703)
Dub
Repo
HelpOutput
commandr
help
struct
HelpOutput {
bool
colors
;
int
indent
;
int
optionsLimit
;
int
commandLimit
;
}
Members
Variables
colors
bool
colors
;
commandLimit
int
commandLimit
;
indent
int
indent
;
optionsLimit
int
optionsLimit
;
Meta
Source
See Implementation
commandr
help
functions
printHelp
printUsage
structs
HelpOutput
HelpPrinter