Parse the GetCommandLineArgs for options using the parser settings
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[]);
Parser Class | CommandLine.OptParse Namespace