CliCommandBuilderRegister(Type, CliCommandBuilder) Method

Registers a command builder so that it can be found by the definition class.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public static void Register(
	Type definitionType,
	CliCommandBuilder commandBuilder
)

Parameters

definitionType  Type
The type of the definition class.
commandBuilder  CliCommandBuilder
A command builder which builds a CliCommand.

See Also