public enum ParsingMode
Public Enumeration ParsingMode
Dim instance As ParsingMode
public enum class ParsingMode
To set the parsing mode for a CommandLineParser, use the Mode property or the Mode property.
Default | 0 | Use the normal Ookii.CommandLine parsing rules. |
LongShort | 1 | Allow arguments to have both long and short names, using the LongArgumentNamePrefix to specify a long name, and the regular ArgumentNamePrefixes to specify a short name. |