DefaultCommandSettings.

DryRun Property

Namespace
Cake.Commands
Containing Type
DefaultCommandSettings

Syntax

[CommandOption("--dryrun|--noop|--whatif")]
[Description("Performs a dry run.")]
public bool DryRun { get; set; }

Attributes

Type Description
CommandOption
DescriptionAttribute

Value

Type Description
bool