Summary
Runs the program with the specified arguments.
Syntax
public Task<int> Run(string[] args)
Parameters
| Name | Type | Description |
|---|---|---|
| args | string[] | The command line arguments. |
Return Value
| Type | Description |
|---|---|
| Task |
The exit code. |
