CliCommandBuilderDoBuild Method

Builds a Command instance, populated with directives, options, arguments and settings.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.5.8
C#
protected abstract Command DoBuild()

Return Value

Command
A populated Command instance.

See Also