commandr ~master (2019-10-02T09:49:17Z)
Dub
Repo
Option.this
commandr
option
Option
Creates new option.
Full option name (long-form) is set to
name
parameter value.
this
(
string
name
)
class
Option
this
pure nothrow @
safe
@
nogc
(
string
name
)
this
(
string
abbrev
,
string
full
,
string
description
)
Meta
Source
See Implementation
commandr
option
Option
constructors
this
functions
tag
Creates new option.
Full option name (long-form) is set to name parameter value.