Runs the local tool with the specified settings.
public int Run(AppRunnerSettings settings)
| parameter | description |
|---|---|
| settings | The settings to use when running the tool. |
Runs the local tool with the specified arguments.
public void Run(IEnumerable<string?> args)
| parameter | description |
|---|---|
| args | The command-line arguments. |
Runs the local tool with the specified arguments.
public void Run(params string?[] args)
| parameter | description |
|---|---|
| args | The command-line arguments. |