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:
parent
4ecd5d9824
commit
393291bc27
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user