RESOLVED FIXED 31688
Split out command parsing and help printing from BugzillaTool
https://bugs.webkit.org/show_bug.cgi?id=31688
Summary Split out command parsing and help printing from BugzillaTool
Eric Seidel (no email)
Reported 2009-11-19 14:37:59 PST
Split out command parsing and help printing from BugzillaTool Make a new class MultiCommandTool which encapsulates the idea of a tool like git or svn which has semantics like: tool-name [global options] command-name [command-options] I don't know that we'll ever make another tool, but splitting this out from BugzillaTool proper will allow us to move it into a module and test it more easily.
Attachments
Patch (11.32 KB, patch)
2009-11-19 15:08 PST, Eric Seidel (no email)
no flags
Eric Seidel (no email)
Comment 1 2009-11-19 15:08:20 PST
Adam Barth
Comment 2 2009-11-19 15:13:36 PST
Comment on attachment 43528 [details] Patch Ok. I don't think this is the last work on this topic, but it's progress. We should move the abstract class to its own file and add tests.
WebKit Commit Bot
Comment 3 2009-11-19 15:29:06 PST
Comment on attachment 43528 [details] Patch Clearing flags on attachment: 43528 Committed r51209: <http://trac.webkit.org/changeset/51209>
WebKit Commit Bot
Comment 4 2009-11-19 15:29:12 PST
All reviewed patches have been landed. Closing bug.
Eric Seidel (no email)
Comment 5 2009-11-19 15:38:36 PST
Note You need to log in before you can comment on or make changes to this bug.