commandr ~master (2019-10-02T09:49:17Z)
Dub
Repo
OptionImpl
commandr
option
mixin template
OptionImpl () {
string
displayName
()
;
typeof
(
this
)
full
(
string
full
)
;
string
full
()
;
alias
long_
=
full
;
typeof
(
this
)
abbrev
(
string
abbrev
)
;
string
abbrev
()
;
alias
short_
=
abbrev
;
}
Members
Aliases
long_
alias
long_
=
full
short_
alias
short_
=
abbrev
Functions
abbrev
typeof
(
this
)
abbrev
(
string
abbrev
)
abbrev
string
abbrev
()
displayName
string
displayName
()
full
typeof
(
this
)
full
(
string
full
)
full
string
full
()
Meta
Source
See Implementation
commandr
option
classes
Argument
Flag
InvalidArgumentsException
Option
interfaces
IEntry
IOption
mixin templates
EntryImpl
OptionImpl