DefaultCommandSettings.

Description Property

Namespace
Cake.Commands
Containing Type
DefaultCommandSettings

Syntax

[CommandOption("--description|--descriptions|--showdescription|--showdescriptions")]
[Description("Shows description for each task.")]
public bool Description { get; set; }

Attributes

Type Description
CommandOption
DescriptionAttribute

Value

Type Description
bool