CliCommandBuilderBuild Method

Builds a Command instance, populated with sub-commands, options, arguments and settings.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.9.0
C#
public abstract Command Build()

Return Value

Command
A populated Command instance.

See Also