brew_bash_completion: complete --force for brew link

Closes Homebrew/homebrew#19828.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Jaime Marquínez Ferrándiz 2013-05-15 08:42:54 +02:00 committed by Adam Vandenberg
parent 132e6a3a8e
commit 0244040825

View File

@ -234,7 +234,7 @@ _brew_link ()
local cur="${COMP_WORDS[COMP_CWORD]}"
case "$cur" in
--*)
__brewcomp "--dry-run --overwrite"
__brewcomp "--dry-run --overwrite --force"
return
;;
esac