Summary
Gets or sets a value indicating whether the logo banner should be
printed.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- CommandLineOptions
Syntax
[CommandLineArgument(CommandLineArgumentTypes.AtMostOnce, Name = "nologo", Description = "Suppresses display of the logo banner")]
public bool NoLogo { get; set; }
Attributes
Type | Description |
---|---|
Command |
Allows control of command line parsing. |
Value
Type | Description |
---|---|
bool |
true if the logo banner should be printed; otherwise,
false . The default is false .
|