Summary
Sets the arguments for the process.
- Namespace
- Cake
.Core - Containing Type
- Process
Settings Extensions
Syntax
public static ProcessSettings WithArguments(this ProcessSettings settings, Action<ProcessArgumentBuilder> arguments)
Parameters
Name | Type | Description |
---|---|---|
settings | ProcessSettings | The settings. |
arguments | Action |
The action used to set arguments. |
Return Value
Type | Description |
---|---|
ProcessSettings | The same ProcessSettings instance so that multiple calls can be chained. |