Documentation for the C# command-line option parsing library

Parser.Parse Method (String[])

Parse the arguments for options using the parser settings

public string[] Parse(
   string[] args
);

Parameters

args
The command-line arguments to parse

Return Value

Arguments from the command-line that were not options

See Also

Parser Class | CommandLine.OptParse Namespace | Parser.Parse Overload List