CommandLineHelper Class

graph BT Type-->Base0["Object"] Type["CommandLineHelper"] class Type type-node

Syntax

public static class CommandLineHelper

Fields

Name Constant Value Summary
KnownCakeCommandLineArguments
static
KnownCakeCommandLineShortNameArguments
static

Methods

Name Value Summary
GetArgumentInfo(Match, string) ValueTuple<bool, bool, bool>
static
ParseCommandLineArgs(ICollection<string>) ValueTuple<ICollection<string>, ICollection<string>, ICollection<string>>
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin