Merge pull request #20305 from Homebrew/search-desc-depends-on-eval-all-not-the-other-way-around

cmd/search: `--desc` depends on `--eval-all`, not the other way around
This commit is contained in:
Issy Long 2025-07-24 22:20:08 +00:00 committed by GitHub
commit 00afc6b433
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,9 +36,9 @@ module Homebrew
description: "Search for casks."
switch "--desc",
description: "Search for formulae with a description matching <text> and casks with " \
"a name or description matching <text>."
"a name or description matching <text>.",
depends_on: "--eval-all"
switch "--eval-all",
depends_on: "--desc",
description: "Evaluate all available formulae and casks, whether installed or not, to search their " \
"descriptions.",
env: :eval_all