Skip to content

Commit 47c3487

Browse files
authored
Merge pull request Homebrew#16535 from p-linnane/drop-eval-all
docs: drop example that requires `--eval-all`
2 parents 9caedc1 + 72a7ffd commit 47c3487

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/Querying-Brew.md

-6
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ brew info --json=v1 tig | jq .
3232

3333
To show full JSON information about all installed formulae:
3434

35-
```sh
36-
brew info --json=v1 --eval-all | jq "map(select(.installed != []))"
37-
```
38-
39-
You'll note that processing all formulae can be slow; it's quicker to let `brew` do this:
40-
4135
```sh
4236
brew info --json=v1 --installed
4337
```

0 commit comments

Comments
 (0)