Skip to content

Commit

Permalink
Create alias for "env" called "environment" (#795)
Browse files Browse the repository at this point in the history
fix: add alias to env for NX V17+
  • Loading branch information
NathanJCBernhardt authored Jan 19, 2024
1 parent 5ff6f6d commit 9edc81e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ function initCli({
default: envs.default,
description: 'Run against a different data source',
choices: envs.list,
alias: 'environment',
},
'share-webdriver': {
type: 'boolean',
Expand Down

0 comments on commit 9edc81e

Please sign in to comment.