Open
Bug 1226222
Opened 9 years ago
Updated 2 years ago
mach try should more nicely diagnose typos in options
Categories
(Developer Infrastructure :: Try, defect)
Developer Infrastructure
Try
Tracking
(Not tracked)
NEW
People
(Reporter: tromey, Unassigned)
References
Details
I have a preset and I tried to use it like:
mach try --present whatever
That is, I misspelled "preset" as "present".
mach try says:
Platforms must be specified as an argument to autotry.
At first I assumed this was just a bug (because mach try starts
with that warning about being under development); it took
a while to see the typo.
It would be nicer if mach try mentioned what went wrong.
E.g., take `ls' for an example:
pokyo. ls --jjjjjj
ls: unrecognized option '--jjjjjj'
Try 'ls --help' for more information.
Updated•6 years ago
|
Component: General → Try
Product: Testing → Firefox Build System
Updated•2 years ago
|
Product: Firefox Build System → Developer Infrastructure
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•