CliCommandBuilderRegisterAsChildTParentDefinition(CliCommandBuilder) Method

Registers a command builder as a nested/external child so that it can be found by the parent definition class.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public static void RegisterAsChild<TParentDefinition>(
	CliCommandBuilder childCommandBuilder
)

Parameters

childCommandBuilder  CliCommandBuilder
The nested/external child command builder.

Type Parameters

TParentDefinition
The parent definition class.

See Also