Table of Contents

CliCommandBuilder.Build Method

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

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

public Command Build(CliBindingContext bindingContext)

Parameters

bindingContext CliBindingContext

Returns

Command

A populated Command instance.