NAnt SDK Documentation - v0.92

CommandLineOptions.Quiet Property

Gets or sets a value indicating whether only error and debug debug messages should be displayed during the build process.

[Visual Basic]
<CommandLineArgument(Name:="quiet", ShortName:="q", Description:="Displays only error or warning messages during build process", Type:=CommandLineArgumentTypes.AtMostOnce)>
Public Property Quiet As Boolean
[C#]
[CommandLineArgument(Name="quiet", ShortName="q", Description="Displays only error or warning messages during build process", Type=CommandLineArgumentTypes.AtMostOnce)]
public bool Quiet {get; set;}

Property Value

true if only error or warning messages should be displayed; otherwise, false. The default is false.

See Also

CommandLineOptions Class | NAnt.Core Namespace