Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/desc: fix handling of
--eval-all
with formulae
This was caused by some refactoring of `Formula.all` a few months ago. In this case, `eval-all` was not propagated to the Formula.all command which caused a few different description related commands not to work. Broken commands: - `brew search --desc --eval-all TERM` - `brew desc --search --eval-all TERM` - `brew desc --descriptions --eval-all TERM`
- Loading branch information