Parameter.this

struct Parameter
this
(
string longName
,
dchar shortName = ' '
)

Parameters

longName
Type: string

A larger string that will be used as a long flag. (e.g.: --flag)

shortName
Type: dchar

A single character that will be used as the short flag. (e.g.: -f)

Meta