Table of Contents

ICliRunWithContextAndReturn.Run Method

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

The command handler that will be called when your command is invoked. Handler receives a CliContext instance. Handler can return an exit code.

int Run(CliContext cliContext)

Parameters

cliContext CliContext

Returns

int