Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
fix: use unique alias for 'enablePublish' option
Browse files Browse the repository at this point in the history
  • Loading branch information
Enngage committed Dec 14, 2021
1 parent 018a1b5 commit f5ea556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/node/cli/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ const argv = yargs(process.argv.slice(2))
)
.alias('b', 'baseUrl')
.describe('b', 'Custom base URL for Management API calls.')
.alias('p', 'enablePublish')
.alias('s', 'enablePublish')
.describe(
'p',
's',
'Indicates if language variants published on the source project are also published on target. Enabled by default'
)
.alias('e', 'exportFilter')
Expand Down

0 comments on commit f5ea556

Please sign in to comment.