fix: Add missing env var mention on upgrade help page

Add missing env defaults note for `--greedy` to `brew upgrade --help` output
This commit is contained in:
Klaus Frank 2025-07-30 19:51:32 +02:00
parent ff4ee5d0b5
commit a7da303481

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`.",