We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d358722 commit 94ca551Copy full SHA for 94ca551
config/bash_completion.d/ee_auto.rc
@@ -264,6 +264,8 @@ _ee_complete()
264
retlist="--memcache --opcache --fastcgi"
265
elif [ ${COMP_WORDS[2]} == "delete" ]; then
266
retlist="--db --files"
267
+ elif [ ${COMP_WORDS[2]} == "update" ]; then
268
+ retlist="--password --php --mysql --wp --wpsubdir --wpsubdomain --w3tc --wpfc --wpsc --hhvm --hhvm=off --pagespeed --pagespeed=off"
269
else
270
retlist=""
271
fi
0 commit comments