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