|
|
@ -153,6 +153,9 @@ _ee_complete() |
|
|
|
retlist="--nginx --php --mysql --postfix --memcache --dovecot" |
|
|
|
elif [[ ${COMP_WORDS[1]} == "debug" ]]; then |
|
|
|
retlist="--start --nginx --php --fpm --mysql -i --interactive --stop" |
|
|
|
if [[ $prev == '--mysql' ]]; then |
|
|
|
retlist="--start --nginx --php --fpm --mysql -i --interactive --stop --import-slow-log" |
|
|
|
fi |
|
|
|
fi |
|
|
|
ret="${retlist[@]/$prev}" |
|
|
|
COMPREPLY=( $(compgen \ |
|
|
|