Summary
Gets or sets a value indicating whether to launch the script in debug mode.
- Namespace
- Cake
.Commands - Containing Type
- Default
Command Settings
Syntax
[CommandOption("--debug|-d")]
[Description("Launches script in debug mode.")]
public bool Debug { get; set; }
Attributes
| Type | Description |
|---|---|
| CommandOption | |
| DescriptionAttribute |
Value
| Type | Description |
|---|---|
| bool |
