commandr v0.1.1 (2020-01-27T15:02:29Z)
Dub
Repo
OptionImpl
commandr
option
Undocumented in source.
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