NAnt SDK Documentation - v0.92

CommandLineOptions.ShowProjectHelp Property

Gets or sets a value indicating whether Project help should be printed.

[Visual Basic]
<CommandLineArgument(Name:="projecthelp", ShortName:="null", Description:="Prints project help information", Type:=CommandLineArgumentTypes.AtMostOnce)>
Public Property ShowProjectHelp As Boolean
[C#]
[CommandLineArgument(Name="projecthelp", ShortName="null", Description="Prints project help information", Type=CommandLineArgumentTypes.AtMostOnce)]
public bool ShowProjectHelp {get; set;}

Property Value

true if Project help should be printed; otherwise, false. The default is false.

See Also

CommandLineOptions Class | NAnt.Core Namespace