CommandInfoCreateParser Method

Creates a CommandLineParser instance that can be used to instantiate

Definition

Namespace: Ookii.CommandLine.Commands
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public CommandLineParser CreateParser()

Return Value

CommandLineParser
A CommandLineParser instance for the CommandType.

Remarks

If the UseCustomArgumentParsing property is , the command cannot be created suing the CommandLineParser class, and you must use the CreateInstance(String, Int32) method.

Exceptions

InvalidOperationException The command uses the ICommandWithCustomParsing interface.

See Also