ICliRunAsyncWithReturnRunAsync Method

The async command handler that will be called when your command is invoked. Handler can return an exit code.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.3.0
C#
Task<int> RunAsync()

Return Value

TaskInt32

[Missing <returns> documentation for "M:DotMake.CommandLine.ICliRunAsyncWithReturn.RunAsync"]

See Also