brew.fish: pass --formula to brew list.

`--formula` is now required for `brew list`, otherwise an error message
is printed.

Fixes #9017
This commit is contained in:
Álan Crístoffer 2020-10-31 08:54:37 -03:00 committed by Mike McQuaid
parent 4ecd5d9824
commit 393291bc27
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -104,7 +104,7 @@ function __fish_brew_suggest_formulae_all -d 'Lists all available formulae with
end
function __fish_brew_suggest_formulae_installed
brew list
brew list --formula
end
function __fish_brew_suggest_formulae_pinned