Merge pull request #5844 from maxim-belkin/remove-bash-prune-completion

Brew: remove prune completion for Bash
This commit is contained in:
Jonathan Chang 2019-03-09 00:02:39 +11:00 committed by GitHub
commit f6b4b470cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -384,16 +384,6 @@ _brew_postinstall() {
__brew_complete_installed
}
_brew_prune() {
local cur="${COMP_WORDS[COMP_CWORD]}"
case "$cur" in
--*)
__brewcomp "--dry-run --verbose"
return
;;
esac
}
_brew_pull() {
local cur="${COMP_WORDS[COMP_CWORD]}"
case "$cur" in