CommandLineOptions.

Verbose Property

Summary

Gets or sets a value indicating whether more information should be displayed during the build process.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
CommandLineOptions

Syntax

[CommandLineArgument(CommandLineArgumentTypes.AtMostOnce, Name = "verbose", ShortName = "v", Description = "Displays more information during build process")]
public bool Verbose { get; set; }

Attributes

Type Description
CommandLineArgumentAttribute Allows control of command line parsing.

Value

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