From a7471e449e4a2bc1665a739b7661b06036721dc6 Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Fri, 4 Jul 2025 10:33:11 -0400 Subject: [PATCH] cmd/info: fix `brew info ` --- Library/Homebrew/cmd/info.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Library/Homebrew/cmd/info.rb b/Library/Homebrew/cmd/info.rb index 4d49a15c93..58012652fc 100644 --- a/Library/Homebrew/cmd/info.rb +++ b/Library/Homebrew/cmd/info.rb @@ -57,8 +57,7 @@ module Homebrew switch "--eval-all", depends_on: "--json", description: "Evaluate all available formulae and casks, whether installed or not, to print their " \ - "JSON.", - env: :eval_all + "JSON." switch "--variations", depends_on: "--json", description: "Include the variations hash in each formula's JSON output."