CliCommandBuilderBuildWithParent Method

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

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.5.8
C#
public Command BuildWithParent(
	CliCommandBuilder parent
)

Parameters

parent  CliCommandBuilder

[Missing <param name="parent"/> documentation for "M:DotMake.CommandLine.CliCommandBuilder.BuildWithParent(DotMake.CommandLine.CliCommandBuilder)"]

Return Value

Command
A populated Command instance.

See Also