Documentation for the C# command-line option parsing library

UnknownOptHandleType Enumeration

Define the behavior of the parser if an option is given that is not reconginzed

public enum UnknownOptHandleType

Members

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

Requirements

Namespace: CommandLine.OptParse

Assembly: CSharpOptParse (in CSharpOptParse.dll)

See Also

CommandLine.OptParse Namespace