[Webkit-unassigned] [Bug 26912] New: bugzilla-tool should accept global options anywhere
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 1 18:25:36 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=26912
Summary: bugzilla-tool should accept global options anywhere
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
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
bugzilla-tool should accept global options anywhere
Right now bugzilla-tool makes sure that you put the global options before the
command. I don't think this is what we actually want.
Meaning:
bugzilla-tool post-diff --help
will error out instead of displaying the global help.
Likewise:
bugzilla-tool post-diff --dry-run
will be an error.
This will be simple to fix, but will require our first option-parse pass to
ignore options it does not understand.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list