CliCommandBuilderRegister Method

Registers this command builder so that it can be found by the definition class, and it can be found by the parent definition class if it's a nested/external child.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public void Register()

See Also