Skip to content

Commit

Permalink
Fail for unsupoorted commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmeku committed Apr 11, 2018
1 parent 831a851 commit ba66d82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/schematics/src/command-line/nx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,5 @@ yargs
)
.help('help')
.version(false)
.showHelpOnFail(true)
.strict()
.demandCommand().argv; // .argv bootstraps the CLI creation;

0 comments on commit ba66d82

Please sign in to comment.