Option

An option with a value (e.g. --tries N). The default placeholder depends on the type (N for numbers, STR for strings).

template Option (
T
string description = null
string placeholder = null
char shorthand = 0
string name = null
) {}

Members

Aliases

Option
alias Option = _OptionImpl!(OptionType.option, T, description, shorthand, placeholder, name)
Undocumented in source.

Meta