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', {
|
.options('configuration', {
|
||||||
describe:
|
describe:
|
||||||
'This is the configuration to use when performing tasks on projects',
|
'This is the configuration to use when performing tasks on projects',
|
||||||
|
alias: 'c',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
})
|
})
|
||||||
.options('only-failed', {
|
.options('only-failed', {
|
||||||
@ -498,6 +499,7 @@ function withRunManyOptions(yargs: yargs.Argv): yargs.Argv {
|
|||||||
.options('configuration', {
|
.options('configuration', {
|
||||||
describe:
|
describe:
|
||||||
'This is the configuration to use when performing tasks on projects',
|
'This is the configuration to use when performing tasks on projects',
|
||||||
|
alias: 'c',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
})
|
})
|
||||||
.options('only-failed', {
|
.options('only-failed', {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user