brew search
fails when $HOMEBREW_INSTALL_FROM_API
is set
#14009
Labels
bug
Reproducible Homebrew/brew bug
help wanted
We want help addressing this
outdated
PR was locked due to age
brew config
outputbrew doctor
outputVerification
brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
Right now,
brew search
fails (=returns no results) when$HOMEBREW_INSTALL_FROM_API
is set. Instead, an error message is shown.What happened (include all command output)?
brew search
doesn't return any results, even when there is a 1:1 match:What did you expect to happen?
brew search
should return actual results (or at least show a error message that it is not compatible with$HOMEBREW_INSTALL_FROM_API
?)Step-by-step reproduction instructions (by running
brew
commands)export HOMEBREW_INSTALL_FROM_API=1 brew search neovim
The text was updated successfully, but these errors were encountered: