]> arthur.barton.de Git - brew-completion.git/commitdiff
brew install: add completion for --use-llvm
authorAlexander Barton <alex@barton.de>
Thu, 1 Jul 2010 10:39:30 +0000 (12:39 +0200)
committerAlexander Barton <alex@barton.de>
Thu, 1 Jul 2010 10:39:30 +0000 (12:39 +0200)
brew-completion.sh

index cab1a4604ae5f045d9374836044e63d434ff5af2..c14827b09bc6121bcc34d6c68eb85aa743f06a67 100644 (file)
@@ -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"