NAnt SDK Documentation - v0.92

CommandLineOptions.Verbose Property

Gets or sets a value indicating whether more information should be displayed during the build process.

[Visual Basic]
<CommandLineArgument(Name:="verbose", ShortName:="v", Description:="Displays more information during build process", Type:=CommandLineArgumentTypes.AtMostOnce)>
Public Property Verbose As Boolean
[C#]
[CommandLineArgument(Name="verbose", ShortName="v", Description="Displays more information during build process", Type=CommandLineArgumentTypes.AtMostOnce)]
public bool Verbose {get; set;}

Property Value

true if more information should be displayed; otherwise, false. The default is false.

See Also

CommandLineOptions Class | NAnt.Core Namespace