Skip to content

Commit

Permalink
fix(core): help text shouldn't include .js file extensions on windows (
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Mar 14, 2023
1 parent 5e0cb7c commit a950719
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nx/src/command-line/nx-commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ export const commandsObject = yargs
process.exit(0);
},
})
.scriptName('nx')
.help()
.version(nxVersion);

Expand Down

1 comment on commit a950719

@vercel
Copy link

@vercel vercel bot commented on a950719 Mar 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx.dev
nx-five.vercel.app
nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app

Please sign in to comment.