Skip to content

Commit 7a87cc3

Browse files
committed
Fix --mysql autocomplete
1 parent 6589ec2 commit 7a87cc3

File tree

1 file changed

+1
-1
lines changed
  • config/bash_completion.d

1 file changed

+1
-1
lines changed

config/bash_completion.d/ee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function EE_AUTO()
8787

8888
*)
8989
if [ "$PREVIOUS2" = "create" ]; then
90-
COMPREPLY=( $( compgen -W "--html --php --wp --wpsubdir --wpsubdomain" -- $CURRENT ) )
90+
COMPREPLY=( $( compgen -W "--html --php --mysql --wp --wpsubdir --wpsubdomain" -- $CURRENT ) )
9191
elif [ "$PREVIOUS2" = "delete" ]; then
9292
COMPREPLY=( $( compgen -W "--db --all --files --no-prompt" -- $CURRENT ) )
9393
fi

0 commit comments

Comments
 (0)