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