dud ~master (2021-08-18T15:25:26Z)
Dub
Repo
CommonOptions
dud
options
Undocumented in source.
@
safe
@
OptionUDA
("", "", ` Common Options ============== General options that apply to all functions of dud`)
struct
CommonOptions {
@
OptionUDA
("h", "help", "Display general or command specific help")
bool
help
;
@
OptionUDA
("v", "verbose", "Print diagnostic output")
bool
verbose
;
@
OptionUDA
("", "vverbose", "Print debug output")
bool
vverbose
;
}
Members
Variables
help
bool
help
;
Undocumented in source.
verbose
bool
verbose
;
Undocumented in source.
vverbose
bool
vverbose
;
Undocumented in source.
Meta
Source
See Implementation
dud
options
enums
ConvertTargetFormat
functions
getConvertOptions
getOptions
writeOption
writeOptions
structs
CommonOptions
ConvertOptions
OptionReturn