CliCommandBuilderRegister(Type, CliCommandBuilder) Method
Registers a command builder so that it can be found by the definition class.
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
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.