CliCommandBuilderRegisterAsChildTParentDefinition(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<TParentDefinition>(
CliCommandBuilder childCommandBuilder
)
- childCommandBuilder CliCommandBuilder
- The nested/external child command builder.
- TParentDefinition
- The parent definition class.