jcli v0.21.0 (2021-08-25T09:08:24Z)
Dub
Repo
ArgIntrospect
jcli
introspect
data
Undocumented in source.
struct
ArgIntrospect (
alias
UDA_
alias
CommandT_
) {
alias
UDA
=
UDA_
;
alias
CommandT
=
CommandT_
;
string
identifier
;
UDA
uda
;
ArgExistence
existence
;
ArgParseScheme
scheme
;
ArgAction
action
;
ArgConfig
config
;
ArgGroup
group
;
}
Members
Aliases
CommandT
alias
CommandT
=
CommandT_
Undocumented in source.
UDA
alias
UDA
=
UDA_
Undocumented in source.
Variables
action
ArgAction
action
;
Undocumented in source.
config
ArgConfig
config
;
Undocumented in source.
existence
ArgExistence
existence
;
Undocumented in source.
group
ArgGroup
group
;
Undocumented in source.
identifier
string
identifier
;
Undocumented in source.
scheme
ArgParseScheme
scheme
;
Undocumented in source.
uda
UDA
uda
;
Undocumented in source.
Meta
Source
See Implementation
jcli
introspect
data
enums
ArgAction
ArgConfig
ArgExistence
ArgParseScheme
functions
getArg
structs
ArgIntrospect
CommandInfo
templates
getArgSymbol