DefaultCommandSettings.

Debug Property

Namespace
Cake.Commands
Containing Type
DefaultCommandSettings

Syntax

[CommandOption("--debug|-d")]
[Description("Launches script in debug mode.")]
public bool Debug { get; set; }

Attributes

Type Description
CommandOption
DescriptionAttribute

Value

Type Description
bool