Skip to content

Commit

Permalink
Revert "fix(core): add -c as an alias for --configuration for `affect…
Browse files Browse the repository at this point in the history
…ed` and … (nrwl#10993)" (nrwl#11460)

This reverts commit 355dc54.
  • Loading branch information
FrozenPandaz authored Aug 4, 2022
1 parent 72106d0 commit e91d895
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/nx/src/command-line/nx-commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,6 @@ function withAffectedOptions(yargs: yargs.Argv): yargs.Argv {
.options('configuration', {
describe:
'This is the configuration to use when performing tasks on projects',
alias: 'c',
type: 'string',
})
.options('only-failed', {
Expand Down Expand Up @@ -499,7 +498,6 @@ function withRunManyOptions(yargs: yargs.Argv): yargs.Argv {
.options('configuration', {
describe:
'This is the configuration to use when performing tasks on projects',
alias: 'c',
type: 'string',
})
.options('only-failed', {
Expand Down

0 comments on commit e91d895

Please sign in to comment.