From ff016f96aae69d07ccc7f910758d4bec017c9ef7 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 22 Jun 2010 18:22:22 +0200 Subject: [PATCH] Added option "--all" to brew "info" command --- brew-completion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brew-completion.sh b/brew-completion.sh index 1a0946c..58eb4ff 100644 --- a/brew-completion.sh +++ b/brew-completion.sh @@ -66,7 +66,7 @@ _brew() ;; "info") if [[ "$cur" == -* ]]; then - COMPREPLY=( $(compgen -W '--github' \ + COMPREPLY=( $(compgen -W '--all --github' \ -- "$cur") ) else _brew_formula "$cur" -- 2.39.2