File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments