Switch.Switch

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

Meta