-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: replace "-w" CLI option to be "--watch" shorthand #3233
Comments
I like this idea, |
I don't think it's necessary to break this. How about mapping "yarn w" to "jest --watch" in the scripts section?
…________________________________
From: Rogelio Guzman <notifications@github.com>
Sent: Friday, March 31, 2017 3:00:48 PM
To: facebook/jest
Cc: Subscribed
Subject: Re: [facebook/jest] Feature request: replace "-w" CLI option to be "--watch" shorthand (#3233)
I like this idea, -w feels natural for watch mode... Breaking change, but really interesting
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#3233 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AAA0KEB6H6mcWugNWEmSBjkfx0tOePHdks5rrJaQgaJpZM4MvIW7>.
|
It's not about an individual project, but CLI use in general.
etc. |
They do, and maybe |
No worries, just thought I'd suggest it :) Thanks for all the great work with Jest. |
Many CLIs use
-w
as a shorthand for--watch
. Currently, the Jest CLI doesn't have a shorthand for--watch
; it would be nice if-w
could become the--watch
shorthand, and the current-w
(shorthand for--maxWorkers
) could change to-m
.The text was updated successfully, but these errors were encountered: