Summary
Gets all command line arguments.
- Namespace
- Cake
.Core - Containing Type
- CakeArguments
Syntax
public IDictionary<string, ICollection<string>> GetArguments()
Return Value
Type | Description |
---|---|
IDictionary |
The command line arguments as IDictionary<string, ICollection<string>>. |