Skip to content

Commit c27e1ad

Browse files
authored
Merge pull request #3 from sweatco/fix/target-version
fix: target Binnary Version in false
2 parents 6a4c663 + 5b04e30 commit c27e1ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/appcenterArgs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const appcenterArgs = <T = {}>(yargs: Argv<T>) =>
99
.option('disabled', { alias: 'x', default: false })
1010
.option('mandatory', { alias: 'm', default: false })
1111
.option('target-binary-version', {
12-
alias: ['t', 'version'],
12+
alias: ['t'],
1313
type: 'string',
1414
})
1515
.option('bundleName', {

0 commit comments

Comments
 (0)