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:
parent
150b9c9817
commit
4c3c4ac012
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user