Remove cleanup --force from bash completion
This commit is contained in:
parent
d1440e504e
commit
89c63279d4
@ -162,13 +162,6 @@ _brew_bottle ()
|
||||
|
||||
_brew_cleanup ()
|
||||
{
|
||||
local cur="${COMP_WORDS[COMP_CWORD]}"
|
||||
case "$cur" in
|
||||
--*)
|
||||
__brewcomp "--force"
|
||||
return
|
||||
;;
|
||||
esac
|
||||
__brew_complete_installed
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user