Table of Contents

CliCommandBuilder.BuildWithParent Method

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

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

public Command BuildWithParent(CliBindingContext bindingContext, CliCommandBuilder parent)

Parameters

bindingContext CliBindingContext
parent CliCommandBuilder

Returns

Command

A populated Command instance.