Skip to content

Commit 29116c5

Browse files
authored
Merge pull request #9000 from github/repo-sync
repo sync
2 parents 9b83bdc + 7dc5373 commit 29116c5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

script/enterprise-server-releases/release-banner.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ const allowedActions = ['create', 'remove']
1818

1919
program
2020
.description('Create or remove a release candidate banner for the provided docs version.')
21-
// The following two settings let us use `version` as a flag without clashing with reserved opts
22-
.storeOptionsAsProperties(false)
23-
.passCommandToAction(false)
2421
.option(`-a, --action <${allowedActions.join(' or ')}>`, 'Create or remove the banner.')
2522
.option(
2623
'-v, --version <version>',

0 commit comments

Comments
 (0)