DefaultCommandSettings.

DryRun Property

Summary

Gets or sets a value indicating whether to perform a dry run.
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