Switch.Switch

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

Meta