CakeArguments.

GetArguments() Method

Summary

Gets all command line arguments.
Namespace
Cake.Core
Containing Type
CakeArguments

Syntax

public IDictionary<string, ICollection<string>> GetArguments()

Return Value

Type Description
IDictionary<string, ICollection<string>> The command line arguments as IDictionary<string, ICollection<string>>.