Table of Contents

ICliRunAsyncWithContext.RunAsync Method

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

The async command handler that will be called when your command is invoked. Handler receives a CliContext instance.

Task RunAsync(CliContext cliContext)

Parameters

cliContext CliContext

Returns

Task