ICommandWithCustomParsingParse Method
Parses the arguments for the command.
Namespace: Ookii.CommandLine.CommandsAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
void Parse(
string[] args,
int index,
CommandOptions options
)
Sub Parse (
args As String(),
index As Integer,
options As CommandOptions
)
Dim instance As ICommandWithCustomParsing
Dim args As String()
Dim index As Integer
Dim options As CommandOptions
instance.Parse(args, index, options)
void Parse(
array<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.