DefaultCommandSettings.

Description Property

Summary

Gets or sets a value indicating whether to show descriptions for each task.
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