Merge pull request #11181 from Homebrew/bump-cask--fork-org

bump-cask-pr: add --fork-org flag
This commit is contained in:
Dawid Dziurla 2021-04-19 11:21:57 +02:00 committed by GitHub
commit b6a6260c9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,8 @@ module Homebrew
description: "Specify the <URL> for the new download." description: "Specify the <URL> for the new download."
flag "--sha256=", flag "--sha256=",
description: "Specify the <SHA-256> checksum of the new download." description: "Specify the <SHA-256> checksum of the new download."
flag "--fork-org=",
description: "Use the specified GitHub organization for forking."
switch "-f", "--force", switch "-f", "--force",
description: "Ignore duplicate open PRs." description: "Ignore duplicate open PRs."