Browse Source

import-slow-log autocompletion in ee debug --mysql

bugfixes
harshadyeola 10 years ago
parent
commit
acc5d00085
  1. 3
      config/bash_completion.d/ee_auto.rc

3
config/bash_completion.d/ee_auto.rc

@ -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 \

Loading…
Cancel
Save