CliCommandBuilderRegisterAsChild(Type, CliCommandBuilder) Method
Registers a command builder as a nested/external child so that it can be found by the parent definition class.
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
public static void RegisterAsChild(
Type parentDefinitionType,
CliCommandBuilder childCommandBuilder
)
Parameters
- parentDefinitionType Type
- The type of the parent definition class.
- childCommandBuilder CliCommandBuilder
- The nested/external child command builder.