cmd/info: fix brew info <formula>

This commit is contained in:
Eric Knibbe 2025-07-04 10:33:11 -04:00 committed by GitHub
parent a36f8af593
commit a7471e449e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."