[Webkit-unassigned] [Bug 27164] bugzilla-tool: Individual commands should support -h|--help

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 10 16:48:38 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27164





--- Comment #3 from Eric Seidel <eric at webkit.org>  2009-07-10 16:48:37 PDT ---
bzt help command
would be rather easy to implement.

You just make a new Command subclass which in execute() knows how to reach back
at the command dictionary, lookup the command and then call teh right
help-printing functions for the OptionParser created for the command.

Would probably need a bunch of method abstraction, but should be
straightforward.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list