Merge pull request #16531 from p-linnane/json-eval-all
docs: use `--eval-all` with `brew info`
This commit is contained in:
commit
e6350f6288
@ -33,7 +33,7 @@ brew info --json=v1 tig | jq .
|
||||
To show full JSON information about all installed formulae:
|
||||
|
||||
```sh
|
||||
brew info --json=v1 --all | jq "map(select(.installed != []))"
|
||||
brew info --json=v1 --eval-all | jq "map(select(.installed != []))"
|
||||
```
|
||||
|
||||
You'll note that processing all formulae can be slow; it's quicker to let `brew` do this:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user