Skip to content

Commit

Permalink
fix(core): fix showing help for executors (#13393)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Nov 25, 2022
1 parent f0fc786 commit 2c13661
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/nx/src/command-line/nx-commands.ts
Expand Up @@ -708,6 +708,10 @@ function withRunOneOptions(yargs: yargs.Argv) {
.option('project', {
describe: 'Target project',
type: 'string',
})
.option('help', {
describe: 'Show Help',
type: 'boolean',
});

if (executorShouldShowHelp) {
Expand Down

1 comment on commit 2c13661

@vercel
Copy link

@vercel vercel bot commented on 2c13661 Nov 25, 2022

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-git-master-nrwl.vercel.app
nx-five.vercel.app
nx-dev-nrwl.vercel.app
nx.dev

Please sign in to comment.