Add brew info --json=v1 to the bash completion script

Closes Homebrew/homebrew#27166.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Jaime Marquínez Ferrándiz 2014-03-03 20:33:06 +01:00 committed by Adam Vandenberg
parent 150b9c9817
commit 4c3c4ac012

View File

@ -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