
- When the user tried `brew search foo` with `--eval-all` or its envvar, it would fail with `Error: Invalid usage: `--eval-all` cannot be passed without `--desc`.` - This was the wrong way around: `--desc` depends on `--eval-all`.
Library
This directory contains all the code run by the official brew
command in Homebrew
and all formulae (package descriptions) in taps (repositories containing formulae) in Taps
subdirectories.