Summary
Gets the value for an argument.
- Namespace
- Cake
.Core - Containing Type
- Cake
Arguments Extensions
Syntax
public static string GetArgument(this ICakeArguments arguments, string name)
Remarks
If multiple arguments with the same name are
specified, the last argument value is returned.
Parameters
| Name | Type | Description |
|---|---|---|
| arguments | ICakeArguments | The arguments. |
| name | string | The argument name. |
Return Value
| Type | Description |
|---|---|
| string | The argument value. |
