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