Summary
Gets or sets a value indicating whether to display additional information about Cake.
- Namespace
- Cake
.Commands - Containing Type
- Default
Command Settings
Syntax
[CommandOption("--info")]
[Description("Displays additional information about Cake.")]
public bool ShowInfo { get; set; }
Attributes
| Type | Description |
|---|---|
| CommandOption | |
| DescriptionAttribute |
Value
| Type | Description |
|---|---|
| bool |
