Property SwitchLeader
SwitchLeader
Gets the switch that introduced this option
Declaration
public string SwitchLeader { get; }
Property Value
public string SwitchLeader { get; }
String | Text for the switch leader as a string |
Remarks
This allows bindings that differentiate on the switch (i.e. - vs. --) to distinguish the options. (e.g. -a and --all may represent the same option but would be parsed as distinct options)