commandr v0.1.1 (2020-01-27T15:02:29Z)
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