DefaultCommandSettings.

Tree Property

Namespace
Cake.Commands
Containing Type
DefaultCommandSettings

Syntax

[CommandOption("--tree|--showtree")]
[Description("Shows the task dependency tree.")]
public bool Tree { get; set; }

Attributes

Type Description
CommandOption
DescriptionAttribute

Value

Type Description
bool