Added --desc to search subcommand bash_completion
Closes Homebrew/homebrew#40535. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
32b3fc064b
commit
215b0dbdc7
@ -452,7 +452,7 @@ _brew_search ()
|
|||||||
local cur="${COMP_WORDS[COMP_CWORD]}"
|
local cur="${COMP_WORDS[COMP_CWORD]}"
|
||||||
case "$cur" in
|
case "$cur" in
|
||||||
--*)
|
--*)
|
||||||
__brewcomp "--debian --fedora --fink --macports --opensuse --ubuntu"
|
__brewcomp "--debian --desc --fedora --fink --macports --opensuse --ubuntu"
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user