Summary
Initializes a new instance of the
SwitchArgument class.
- Namespace
- Cake
.Core .IO .Arguments - Containing Type
- SwitchArgument
Syntax
public SwitchArgument(string switch, IProcessArgument argument, string separator = " ")
Parameters
| Name | Type | Description |
|---|---|---|
| switch | string | The switch. |
| argument | IProcessArgument | The argument. |
| separator | string | The separator between the switch and the argument. |
Return Value
| Type | Description |
|---|---|
| void |
