NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
CommandLineOptions.ShowHelp Property
[This is preliminary documentation and subject to change.]
Gets or sets a value indicating whether the NAnt help should be printed.
[Visual Basic]
<CommandLineArgument(Name:="help", Description:="Prints this message", Type:=CommandLineArgumentTypes.Exclusive, ShortName:="h")>
Public Property ShowHelp As
Boolean
[C#]
[CommandLineArgument(Name="help", Description="Prints this message", Type=CommandLineArgumentTypes.Exclusive, ShortName="h")]
public
bool ShowHelp {get; set;}
Property Value
true if NAnt help should be printed; otherwise, false. The default is false.
Remarks
Missing <remarks> documentation for P:NAnt.Core.CommandLineOptions.ShowHelp
See Also
CommandLineOptions Class | NAnt.Core Namespace