mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Merge pull request #20211 from Homebrew/fix-brew-info
cmd/info: fix `brew info <formula>`
This commit is contained in:
commit
be6c62b1d9
@ -57,8 +57,7 @@ module Homebrew
|
|||||||
switch "--eval-all",
|
switch "--eval-all",
|
||||||
depends_on: "--json",
|
depends_on: "--json",
|
||||||
description: "Evaluate all available formulae and casks, whether installed or not, to print their " \
|
description: "Evaluate all available formulae and casks, whether installed or not, to print their " \
|
||||||
"JSON.",
|
"JSON."
|
||||||
env: :eval_all
|
|
||||||
switch "--variations",
|
switch "--variations",
|
||||||
depends_on: "--json",
|
depends_on: "--json",
|
||||||
description: "Include the variations hash in each formula's JSON output."
|
description: "Include the variations hash in each formula's JSON output."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user