ExecuteAsync(CommandContext) Method
Executes the command.
public abstract Task<int> ExecuteAsync(CommandContext context)
- Namespace
- Spectre
.Console .Cli - Containing Type
- AsyncCommand
Parameters
- CommandContext context
- The command context.
Returns
-
Task
<int>