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.
Created attachment 43528 [details] Patch
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.
Comment on attachment 43528 [details] Patch Clearing flags on attachment: 43528 Committed r51209: <http://trac.webkit.org/changeset/51209>
All reviewed patches have been landed. Closing bug.
Committed r51213: <http://trac.webkit.org/changeset/51213>