[Webkit-unassigned] [Bug 31772] 'bugzilla-tool help' should only show common commands like how 'git help' does

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


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





--- Comment #3 from Eric Seidel <eric at webkit.org>  2009-11-25 13:49:25 PST ---
(In reply to comment #2)
> (From update of attachment 43868 [details])
> 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.

I did that at first and then I added the = False later, as it seemed to make
the Commands more self-documenting.  I take it you disagree. :)  (I mentioned
this in the ChangeLog.)

-- 
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