Table of Contents

CliCommandBuilder.DoBuild Method

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

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

protected abstract Command DoBuild(CliBindingContext bindingContext)

Parameters

bindingContext CliBindingContext

Returns

Command

A populated Command instance.