RunAsync(string[]) Method
Runs the command application asynchronously.
public Task<CommandAppResult> RunAsync(params string[] args)
- Namespace
- Spectre
.Console .Testing - Containing Type
- CommandAppTester
Parameters
- string[] args
- The arguments.
Returns
-
Task
< Command App Result>