docs: use --eval-all with brew info

Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
Patrick Linnane 2024-01-25 09:30:06 -08:00
parent a6b8a795b4
commit 58c58da3fe
No known key found for this signature in database

View File

@ -33,7 +33,7 @@ brew info --json=v1 tig | jq .
To show full JSON information about all installed formulae: To show full JSON information about all installed formulae:
```sh ```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: You'll note that processing all formulae can be slow; it's quicker to let `brew` do this: