commandr ~master (2019-10-02T09:49:17Z)
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