DefaultCommandSettings.

Verbosity Property

Namespace
Cake.Commands
Containing Type
DefaultCommandSettings

Syntax

[CommandOption("--verbosity|-v <VERBOSITY>")]
[Description("Specifies the amount of information to be displayed.\n(Quiet, Minimal, Normal, Verbose, Diagnostic)")]
[TypeConverter(typeof(VerbosityConverter))]
[DefaultValue(Verbosity.Normal)]
public Verbosity Verbosity { get; set; }

Attributes

Type Description
CommandOption
DescriptionAttribute
TypeConverter
DefaultValueAttribute

Value

Type Description
Verbosity