Skip to content

Commit

Permalink
Merge pull request #16535 from p-linnane/drop-eval-all
Browse files Browse the repository at this point in the history
docs: drop example that requires `--eval-all`
  • Loading branch information
MikeMcQuaid committed Jan 26, 2024
2 parents 9caedc1 + 72a7ffd commit 47c3487
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/Querying-Brew.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 47c3487

Please sign in to comment.