public enum ParsingModePublic Enumeration ParsingMode
Dim instance As ParsingModepublic enum class ParsingModeTo 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. |