DefaultCommandSettings.

ShowVersion Property

Summary

Gets or sets a value indicating whether to display version information.
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