Brew: remove prune completion for Bash
This commit is contained in:
parent
01bd14be61
commit
adb3a17fef
@ -384,16 +384,6 @@ _brew_postinstall() {
|
|||||||
__brew_complete_installed
|
__brew_complete_installed
|
||||||
}
|
}
|
||||||
|
|
||||||
_brew_prune() {
|
|
||||||
local cur="${COMP_WORDS[COMP_CWORD]}"
|
|
||||||
case "$cur" in
|
|
||||||
--*)
|
|
||||||
__brewcomp "--dry-run --verbose"
|
|
||||||
return
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
}
|
|
||||||
|
|
||||||
_brew_pull() {
|
_brew_pull() {
|
||||||
local cur="${COMP_WORDS[COMP_CWORD]}"
|
local cur="${COMP_WORDS[COMP_CWORD]}"
|
||||||
case "$cur" in
|
case "$cur" in
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user