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