Merge pull request #16535 from p-linnane/drop-eval-all

docs: drop example that requires `--eval-all`
This commit is contained in:
Mike McQuaid 2024-01-26 16:41:08 +00:00 committed by GitHub
commit 47c348739b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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