dextool v2.0.0-rc.2 (2020-01-29T20:47:13Z)
Dub
Repo
CliOptionParts
dextool
plugin
types
The three parts needed to construct a Docopt compatible string.
struct
CliOptionParts {
string
usage
;
string
optional
;
string
others
;
}
Members
Variables
optional
string
optional
;
Undocumented in source.
others
string
others
;
Undocumented in source.
usage
string
usage
;
Undocumented in source.
Meta
Source
See Implementation
dextool
plugin
types
aliases
PluginFuncType
structs
CliArgs
CliBasicOption
CliCategory
CliCategoryInfo
CliDocoptOption
CliOptionParts
Plugin
The three parts needed to construct a Docopt compatible string.