Complete options for brew -S
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
5bfd8faf90
commit
7423b79f3a
@ -167,7 +167,7 @@ _brew_to_completion()
|
|||||||
COMPREPLY=( $(compgen -W "$opts" -- ${cur}) )
|
COMPREPLY=( $(compgen -W "$opts" -- ${cur}) )
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
search)
|
search|-S)
|
||||||
local opts=$(
|
local opts=$(
|
||||||
local opts=(--fink --macports)
|
local opts=(--fink --macports)
|
||||||
for o in ${opts[*]}; do
|
for o in ${opts[*]}; do
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user