CommandManager(CommandOptions) Constructor

Initializes a new instance of the CommandManager class for the calling assembly.

Definition

Namespace: Ookii.CommandLine.Commands
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public CommandManager(
	CommandOptions? options = null
)

Parameters

options  CommandOptions  (Optional)
The options to use for parsing and usage help, or null to use the default options.

See Also