CliCommandBuilderRegisterTDefinition(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<TDefinition>(
CliCommandBuilder commandBuilder
)
- commandBuilder CliCommandBuilder
- A command builder which builds a CliCommand.
- TDefinition
- The definition class.