Merge pull request #20333 from agowa/patch-1

`brew upgrade --help` missing HOMEBREW_UPGRADE_GREEDY
This commit is contained in:
Patrick Linnane 2025-07-30 21:58:47 +00:00 committed by GitHub
commit 0162cdeffe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,6 +91,7 @@ module Homebrew
}],
[:switch, "-g", "--greedy", {
description: "Also include casks with `auto_updates true` or `version :latest`.",
env: :upgrade_greedy,
}],
[:switch, "--greedy-latest", {
description: "Also include casks with `version :latest`.",