dextool ~master (2018-04-15T20:31:52Z)
Dub
Repo
CliOptionParts
dextool
plugin
types
The three parts needed to construct a Docopt compatible string.
struct
CliOptionParts {
string
usage
;
string
optional
;
string
others
;
}
Meta
Source
See Implementation
dextool
plugin
types
structs
CliArgs
CliBasicOption
CliCategory
CliCategoryInfo
CliDocoptOption
CliOptionParts
The three parts needed to construct a Docopt compatible string.