Summary
Gets or sets a value indicating whether to execute the target task without any dependencies.
- Namespace
- Cake
.Commands - Containing Type
- Default
Command Settings
Syntax
[CommandOption("--exclusive|-e")]
[Description("Executes the target task without any dependencies.")]
public bool Exclusive { get; set; }
Attributes
| Type | Description |
|---|---|
| CommandOption | |
| DescriptionAttribute |
Value
| Type | Description |
|---|---|
| bool |
