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