ICliRunAsyncWithContextRunAsync Method

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

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.3.0
C#
Task RunAsync(
	CliContext cliContext
)

Parameters

cliContext  CliContext

[Missing <param name="cliContext"/> documentation for "M:DotMake.CommandLine.ICliRunAsyncWithContext.RunAsync(DotMake.CommandLine.CliContext)"]

Return Value

Task

[Missing <returns> documentation for "M:DotMake.CommandLine.ICliRunAsyncWithContext.RunAsync(DotMake.CommandLine.CliContext)"]

See Also