RunAsync(IEnumerable<string>) Method
Runs the command line application with specified arguments.
Task<int> RunAsync(IEnumerable<string> args)
- Namespace
- Spectre
.Console .Cli - Containing Type
- ICommandApp
Parameters
-
IEnumerable
<string> args - The arguments.
Returns
-
Task
<int>