We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a4c663 + 5b04e30 commit c27e1adCopy full SHA for c27e1ad
1 file changed
src/cli/appcenterArgs.ts
@@ -9,7 +9,7 @@ export const appcenterArgs = <T = {}>(yargs: Argv<T>) =>
9
.option('disabled', { alias: 'x', default: false })
10
.option('mandatory', { alias: 'm', default: false })
11
.option('target-binary-version', {
12
- alias: ['t', 'version'],
+ alias: ['t'],
13
type: 'string',
14
})
15
.option('bundleName', {
0 commit comments