DefaultCommandSettings.

ShowInfo Property

Namespace
Cake.Commands
Containing Type
DefaultCommandSettings

Syntax

[CommandOption("--info")]
[Description("Displays additional information about Cake.")]
public bool ShowInfo { get; set; }

Attributes

Type Description
CommandOption
DescriptionAttribute

Value

Type Description
bool