Skip to content

Commit f133c31

Browse files
committed
fixed autocompletion after merge
1 parent 61c6fe7 commit f133c31

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

config/bash_completion.d/ee_auto.rc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,6 @@ _ee_complete()
143143
COMPREPLY=( $(compgen \
144144
-W "$(echo $ret)" \
145145
-- $cur) )
146-
else
147-
retlist="--start --nginx --php --fpm --mysql -i --interactive --stop --import-slow-log --import-slow-log-interval="
148-
ret="${retlist[@]/$prev}"
149-
COMPREPLY=( $(compgen \
150-
-W "$(echo $ret)" \
151-
-- $cur) )
152146
fi
153147

154148
#if [ ${COMP_WORDS[1]} == "log" ] && ([ "$prev" != "--access" ] || [ "$prev" != "--nginx" ] || [ "$prev" != "--php" ] || [ "$prev" != "--fpm" ] || [ "$prev" != "--mysql" ] || [ "$prev" != "-i" ] || ["$prev" != "--interactive" ] || ["$prev" != "--stop" ]); then

0 commit comments

Comments
 (0)