DefaultCommandSettings.

Tree Property

Summary

Gets or sets a value indicating whether to show the task dependency tree.
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