dub ~master (2024-03-02T18:14:23Z)
Dub
Repo
CommandArgs.Arg
dub
commandline
CommandArgs
Undocumented in source.
class
CommandArgs
struct
Arg {
alias
Value
=
SumType
!(
string
[],
string
,
bool
,
int
,
uint
)
;
Value
defaultValue
;
Value
value
;
string
names
;
string
[]
helpText
;
bool
hidden
;
}
Members
Aliases
Value
alias
Value
=
SumType
!(
string
[],
string
,
bool
,
int
,
uint
)
Undocumented in source.
Variables
defaultValue
Value
defaultValue
;
Undocumented in source.
helpText
string
[]
helpText
;
Undocumented in source.
hidden
bool
hidden
;
Undocumented in source.
names
string
names
;
Undocumented in source.
value
Value
value
;
Undocumented in source.
Meta
Source
See Implementation
dub
commandline
CommandArgs
constructors
this
functions
dropAllArgs
extractAllRemainingArgs
extractRemainingArgs
getopt
properties
appArgs
hasAppArgs
hasAppVersion
recognizedArgs
structs
Arg