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