docs: drop example that requires --eval-all

Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
Patrick Linnane 2024-01-26 08:17:44 -08:00
parent 9caedc1ed0
commit 72a7ffd7ee
No known key found for this signature in database

View File

@ -32,12 +32,6 @@ 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
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:
```sh ```sh
brew info --json=v1 --installed brew info --json=v1 --installed
``` ```