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 fbc8639 commit acc5d00Copy full SHA for acc5d00
config/bash_completion.d/ee_auto.rc
@@ -153,6 +153,9 @@ _ee_complete()
153
retlist="--nginx --php --mysql --postfix --memcache --dovecot"
154
elif [[ ${COMP_WORDS[1]} == "debug" ]]; then
155
retlist="--start --nginx --php --fpm --mysql -i --interactive --stop"
156
+ if [[ $prev == '--mysql' ]]; then
157
+ retlist="--start --nginx --php --fpm --mysql -i --interactive --stop --import-slow-log"
158
+ fi
159
fi
160
ret="${retlist[@]/$prev}"
161
COMPREPLY=( $(compgen \
0 commit comments