[webkit-reviews] review granted: [Bug 31772] 'bugzilla-tool help' should only show common commands like how 'git help' does : [Attachment 43868] Add help command

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 25 13:46:11 PST 2009


Adam Barth <abarth at webkit.org> has granted Eric Seidel <eric at webkit.org>'s
request for review:
Bug 31772: 'bugzilla-tool help' should only show common commands like how 'git
help' does
https://bugs.webkit.org/show_bug.cgi?id=31772

Attachment 43868: Add help command
https://bugs.webkit.org/attachment.cgi?id=43868&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
4141 class Command(object):
4242	 name = None
 43	show_in_main_help = False

We should just let this inherit instead of explicitly declaring False for a
bunch of concrete commands.

Otherwise looks great.


More information about the webkit-reviews mailing list