Summary
Adds common arguments to the process builder.
- Namespace
- Cake
.Common .Tools .Chocolatey - Containing Type
- ChocolateyTool
<TSettings>
Syntax
protected ProcessArgumentBuilder AddGlobalArguments(ChocolateySettings settings, ProcessArgumentBuilder builder)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | ChocolateySettings | The settings. |
| builder | Process |
The process argument builder. |
Return Value
| Type | Description |
|---|---|
| Process |
The process argument builder. |
