Skip to content

Commit 9086ee0

Browse files
committed
autocompletion for proxy
1 parent 9bf9582 commit 9086ee0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/bash_completion.d/ee_auto.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ _ee_complete()
160160

161161
"create")
162162
COMPREPLY=( $(compgen \
163-
-W "--user --pass --email --html --php --mysql --wp --wpsubdir --wpsubdomain --w3tc --wpfc --wpsc --hhvm --pagespeed" \
163+
-W "--user --pass --email --html --php --mysql --wp --wpsubdir --wpsubdomain --w3tc --wpfc --wpsc --hhvm --proxy= --pagespeed" \
164164
-- $cur) )
165165
;;
166166

@@ -212,7 +212,7 @@ _ee_complete()
212212
"--wp" | "--wpsubdir" | "--wpsubdomain")
213213
if [ ${COMP_WORDS[1]} != "debug" ]; then
214214
if [ ${COMP_WORDS[2]} == "create" ]; then
215-
retlist="--w3tc --wpfc --wpsc --pagespeed --hhvm"
215+
retlist="--w3tc --wpfc --wpsc --pagespeed --hhvm --user --email --pass"
216216
elif [ ${COMP_WORDS[2]} == "update" ]; then
217217
retlist="--w3tc --wpfc --wpsc --pagespeed --hhvm --pagespeed=off --hhvm=off"
218218
else

0 commit comments

Comments
 (0)