Skip to content

Commit

Permalink
Merge pull request #9000 from github/repo-sync
Browse files Browse the repository at this point in the history
repo sync
  • Loading branch information
Octomerger authored Aug 12, 2021
2 parents 9b83bdc + 7dc5373 commit 29116c5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions script/enterprise-server-releases/release-banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ const allowedActions = ['create', 'remove']

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

0 comments on commit 29116c5

Please sign in to comment.