NAnt SDK Documentation - v0.92

ConsoleDriver.ShowProjectHelp Method 

Prints the projecthelp to the console.

[Visual Basic]
Public Shared Sub ShowProjectHelp( _
   ByVal buildDoc As XmlDocument _
)
[C#]
public static void ShowProjectHelp(
   XmlDocument buildDoc
);

Parameters

buildDoc
The build file to show help for.

Remarks

buildDoc is loaded and transformed with ProjectHelp.xslt, which is an embedded resource.

See Also

ConsoleDriver Class | NAnt.Core Namespace