-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Usage information shows something like 'index.js develop' instead of 'gatsby develop' #5838
Comments
I’m at gatsby-cli@1.1.58 and I’m not seeing index.js. Can you try upgrading and see if it fixes? |
@ryanditjia
|
I took a look at the code. It uses |
Thank for the report @LujunWeng! It seems there's an open PR to fix this in yargs: yargs/yargs#1143. Waiting for that to be merged seems like a good fix here. |
I came here looking if this has been already reported, as I noticed this too. As a heads up, it seems the yargs issue has been merged some days ago. Minor problem, but good to see it addressed... 😄 |
Due to the high volume of issues, we're closing out older ones without recent activity. Please open a new issue if you need help! |
|
Relevant information
When I took a look at the usage of gatsby, it showed something like this
They should be gatsby instead of index.js.
Environment (if relevant)
npm list gatsby
): gatsby@1.9.149gatsby --version
): 1.1.53The text was updated successfully, but these errors were encountered: