diff options
| author | Jaime Marquínez Ferrándiz | 2014-03-03 20:33:06 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2014-03-04 20:12:58 -0800 |
| commit | b3e2128a6d899f0dfcf9956c960f6ab2159b25b9 (patch) | |
| tree | bb7fe5e672b9d96a40233610d53e35f488926fcd /Library | |
| parent | ce52f3440d75798d624809a427a5106e2d2fb839 (diff) | |
| download | homebrew-b3e2128a6d899f0dfcf9956c960f6ab2159b25b9.tar.bz2 | |
Add `brew info --json=v1` to the bash completion script
Closes #27166.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/brew_bash_completion.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh index 8f21e9de2..30a988778 100644 --- a/Library/Contributions/brew_bash_completion.sh +++ b/Library/Contributions/brew_bash_completion.sh @@ -205,7 +205,7 @@ _brew_info () local cur="${COMP_WORDS[COMP_CWORD]}" case "$cur" in --*) - __brewcomp "--all --github" + __brewcomp "--all --github --json=v1" return ;; esac |
