DefaultCommandSettings.

Exclusive Property

Namespace
Cake.Commands
Containing Type
DefaultCommandSettings

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