We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a190b1f + e524b7d commit 00afc6bCopy full SHA for 00afc6b
Library/Homebrew/cmd/search.rb
@@ -36,9 +36,9 @@ class SearchCmd < AbstractCommand
36
description: "Search for casks."
37
switch "--desc",
38
description: "Search for formulae with a description matching <text> and casks with " \
39
- "a name or description matching <text>."
+ "a name or description matching <text>.",
40
+ depends_on: "--eval-all"
41
switch "--eval-all",
- depends_on: "--desc",
42
description: "Evaluate all available formulae and casks, whether installed or not, to search their " \
43
"descriptions.",
44
env: :eval_all
0 commit comments