Summary
Gets or sets a value indicating whether only error and debug debug messages should be
displayed during the build process.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- CommandLineOptions
Syntax
[CommandLineArgument(CommandLineArgumentTypes.AtMostOnce, Name = "quiet", ShortName = "q", Description = "Displays only error or warning messages during build process")]
public bool Quiet { get; set; }
Attributes
Type | Description |
---|---|
Command |
Allows control of command line parsing. |
Value
Type | Description |
---|---|
bool |
true if only error or warning messages should be
displayed; otherwise, false . The default is
false .
|