Define the behavior of the parser if an option is given that is not reconginzed
Member Name | Description |
---|---|
NoAction | Do not do anything, the option will be considered an argument |
Warning | A warning will be sent back to the caller of the parser (see the OptionWarning event) |
Error | Stop parsing, throwing a ParseException |
Namespace: CommandLine.OptParse
Assembly: CSharpOptParse (in CSharpOptParse.dll)
CommandLine.OptParse Namespace