You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by le...@apache.org on 2005/07/07 12:45:34 UTC

svn commit: r209584 - /gump/branches/Gump3/gump

Author: leosimons
Date: Thu Jul  7 03:45:31 2005
New Revision: 209584

URL: http://svn.apache.org/viewcvs?rev=209584&view=rev
Log:
Add a hidden 'generate-reference' help option that can be used to generate the source for http://wiki.apache.org/gump/Gump3CommandLineOptions

Modified:
    gump/branches/Gump3/gump

Modified: gump/branches/Gump3/gump
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/gump?rev=209584&r1=209583&r2=209584&view=diff
==============================================================================
--- gump/branches/Gump3/gump (original)
+++ gump/branches/Gump3/gump Thu Jul  7 03:45:31 2005
@@ -25,6 +25,42 @@
 function usage
 {
   case $1 in
+    generate-reference)
+     shift
+     echo "= Command line options reference ="
+     echo "{{{"
+     usage help $@
+     echo  "}}}
+== Environment variables ==
+{{{"
+     usage variables $@
+     echo  "}}}
+== The 'run' command ==
+{{{"
+     usage run $@
+     echo  "}}}
+== The 'dynagump' command ==
+{{{"
+     usage dynagump $@
+     echo  "}}}
+== The 'debug' command ==
+{{{"
+     usage debug $@
+     echo  "}}}
+== The 'debug-with-wing' command ==
+{{{"
+     usage debug-with-wing $@
+     echo  "}}}
+== The 'test' command ==
+{{{"
+     usage test $@
+     echo "}}}"
+     local currentdate=`date`
+     echo " "
+     echo " "
+     echo "This document was last generated on $currentdate."
+     echo "It can be generated using the command 'gump help generate-reference'"
+     ;;
     variables)
       echo "
       Gump needs various other programs available in order to run. You