Closed
Bug 570813
Opened 15 years ago
Closed 15 years ago
unify command line front end for mozmill
Categories
(Testing Graveyard :: Mozmill, defect)
Testing Graveyard
Mozmill
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: k0scist, Unassigned)
Details
(Whiteboard: [mozmill-2.0][CLI])
Currently there are three command lines just for mozmill: mozmill (which runs firefox), mozmill-restart, and mozmill-thunderbird. Instead of having three varietals here, these could be bound to a single command-line front-end, e.g.
`mozmill --thunderbird [options]`
`mozmill --restart [options]`
`mozmill` # firefox and no --restart by default
This goes some way towards abstracting the command line from the innards of mozmill. There is no reason to have a reflection here, and indeed, IMHO it does more harm than good. This can also help unify command-line parsing logic.
Reporter | ||
Updated•15 years ago
|
Whiteboard: [mozmill.next]
Reporter | ||
Updated•15 years ago
|
Whiteboard: [mozmill.next] → [mozmill-2.0?][CLI]
Reporter | ||
Comment 1•15 years ago
|
||
This is now in master, closing
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Whiteboard: [mozmill-2.0?][CLI] → [mozmill-2.0][CLI]
Assignee | ||
Updated•9 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•