commandr ~master (2019-10-02T09:49:17Z)
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
this
pure nothrow @
safe
@
nogc
(
string
name
)
this
(
string
abbrev
,
string
full
,
string
description
)
Meta
Source
See Implementation
commandr
option
Flag
constructors
this
Creates new flag.
Full flag name (long-form) is set to name parameter value.