Summary
Adds an option to the settings.
- Namespace
- Cake
.Common .Tools .Fixie - Containing Type
- Fixie
Settings Extensions
Syntax
public static FixieSettings WithOption(this FixieSettings settings, string name, params string[] values)
Parameters
Name | Type | Description |
---|---|---|
settings | FixieSettings | The settings. |
name | string | The option name. |
values | string[] | The option values. |
Return Value
Type | Description |
---|---|
FixieSettings | The same FixieSettings instance so that multiple calls can be chained. |