Documentation for the C# command-line option parsing library

Parser.DupOptHandleType Property

Get or set how the parser should handle un-expected duplicate option declarations

[DefaultValue(Value=DupOptHandleType.Warning)]
public DupOptHandleType DupOptHandleType {get; set;}

See Also

Parser Class | CommandLine.OptParse Namespace