From: Alexander Barton Date: Thu, 1 Jul 2010 10:39:30 +0000 (+0200) Subject: brew install: add completion for --use-llvm X-Git-Url: https://arthur.barton.de/gitweb/?p=brew-completion.git;a=commitdiff_plain;h=a94ee902a2ef6e2ac0b5fd3269cfee2314424ae1 brew install: add completion for --use-llvm --- diff --git a/brew-completion.sh b/brew-completion.sh index cab1a46..c14827b 100644 --- a/brew-completion.sh +++ b/brew-completion.sh @@ -78,7 +78,7 @@ _brew() COMPREPLY=( $(compgen -W '--git --HEAD -H \ --debug -d --force -f \ --interactive -i --verbose -v \ - --ignore-dependencies' \ + --ignore-dependencies --use-llvm' \ -- "$cur") ) else _brew_formula "$cur"