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
…#15677)

(cherry picked from commit a950719)
  • Loading branch information
AgentEnder authored and FrozenPandaz committed Mar 15, 2023
1 parent 5b56bbe commit 17e4194
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

0 comments on commit 17e4194

Please sign in to comment.