Hi, does anyone know a way to get the -projecthelp output displayed by default? 
 I can set a default target for a project, but I want that target to be showing 
the output of -projecthelp, and having it fire up another instance of nant to 
do so just feels wrong.

Yech!
  <target name="showhelp">
          <exec program="nant" commandline="-projecthelp"/>
  </target>

Cheers,
Karl P

Reply via email to