CliCommandBuilderGetTDefinition Method

Gets the command builder registered for the definition class.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public static CliCommandBuilder Get<TDefinition>()

Type Parameters

TDefinition
The definition class.

Return Value

CliCommandBuilder
The registered CliCommandBuilder instance.

See Also