NAnt SDK Documentation - v0.92 |
|
ConsoleDriver.ShowProjectHelp Method
Prints the projecthelp to the console.
[Visual Basic]
Public Shared Sub ShowProjectHelp( _
ByVal
buildDoc As
XmlDocument _
)
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