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