
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`
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.