Switch

An on/off switch (e.g. --verbose). Does not have a value, other than its presence.

template Switch (
string description = null
char shorthand = 0
string name = null
) {}

Members

Aliases

Switch
alias Switch = _OptionImpl!(OptionType.switch_, bool, description, shorthand, null, name)
Undocumented in source.

Meta