On Jun 22, 2004, at 12:18 AM, David Wheeler wrote:

* Ken, how do I add code so that ./Build help lists the new actions, and ./Build help $new_action prints out some documentation for the action?



./Build help should work already. ./Build help $newaction should work automatically if you add documentation for each action - it searches for docs using the regex /^=item\s+\Q$action\E\b/ .



-Ken



Reply via email to