commandr v0.1.1 (2020-01-27T15:02:29Z)
Dub
Repo
Flag.this
commandr
option
Flag
Creates new flag.
Full flag name (long-form) is set to name parameter value.
this
(string name)
class
Flag
pure nothrow @
safe
@
nogc
this
(
string
name
)
this
(string abbrev, string full, string description)
Meta
Source
See Implementation
commandr
option
Flag
constructors
this
mixins
__anonymous
Creates new flag.
Full flag name (long-form) is set to name parameter value.