DefaultCommandSettings.

ShowVersion Property

Namespace
Cake.Commands
Containing Type
DefaultCommandSettings

Syntax

[CommandOption("--version|--ver")]
[Description("Displays version information.")]
public bool ShowVersion { get; set; }

Attributes

Type Description
CommandOption
DescriptionAttribute

Value

Type Description
bool