[Webkit-unassigned] [Bug 31688] New: Split out command parsing and help printing from BugzillaTool
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Nov 19 14:38:01 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=31688
Summary: Split out command parsing and help printing from
BugzillaTool
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: eric at webkit.org
CC: abarth at webkit.org
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.
--
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