fix(core): add -c as an alias for --configuration for affected and … (#10993)
Co-authored-by: John H White <jhwhite@ithaca.edu>
This commit is contained in:
parent
6e97f10b31
commit
355dc54d8f
@ -438,6 +438,7 @@ 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', {
|
||||
@ -498,6 +499,7 @@ 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', {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user