ICommandWithCustomParsingParse Method

Parses the arguments for the command.

Definition

Namespace: Ookii.CommandLine.Commands
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
void Parse(
	string[] args,
	int index,
	CommandOptions options
)

Parameters

args  String
The arguments.
index  Int32
The index of the first argument.
options  CommandOptions
The options to use for parsing and usage help.

See Also