Documentation for the C# command-line option parsing library

Parser.Parse Method

Parse the GetCommandLineArgs for options using the parser settings

Overload List

Parse the GetCommandLineArgs for options using the parser settings

public string[] Parse();

Parse the arguments for options using the given settings

public string[] Parse(OptStyle,UnixShortOption,DupOptHandleType,UnknownOptHandleType,bool,string[]);

Parse the arguments for options using the parser settings

public string[] Parse(string[]);

See Also

Parser Class | CommandLine.OptParse Namespace