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
) {}

Members

Aliases

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

Meta