Summary
Runs the command using the specified settings.
- Namespace
- Cake
.Common .Tools .Command - Containing Type
- CommandRunner
Syntax
public int RunCommand(ProcessArgumentBuilder arguments, out string standardOutput)
Parameters
Name | Type | Description |
---|---|---|
arguments | Process |
The arguments. |
standardOutput | string | The standard output. |
Return Value
Type | Description |
---|---|
int | The exit code. |