Summary
Sets a command line argument.
- Namespace
- Cake
.Testing - Containing Type
- FakeEnvironment
Syntax
public void SetCommandLineArgument(string argument, string value)
Parameters
| Name | Type | Description |
|---|---|---|
| argument | string | The argument. |
| value | string | The value. |
Return Value
| Type | Description |
|---|---|
| void |
