DefaultCommandSettings.

Debug Property

Summary

Gets or sets a value indicating whether to launch the script in debug mode.
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