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 6589ec2 commit 7a87cc3Copy full SHA for 7a87cc3
config/bash_completion.d/ee
@@ -87,7 +87,7 @@ function EE_AUTO()
87
88
*)
89
if [ "$PREVIOUS2" = "create" ]; then
90
- COMPREPLY=( $( compgen -W "--html --php --wp --wpsubdir --wpsubdomain" -- $CURRENT ) )
+ COMPREPLY=( $( compgen -W "--html --php --mysql --wp --wpsubdir --wpsubdomain" -- $CURRENT ) )
91
elif [ "$PREVIOUS2" = "delete" ]; then
92
COMPREPLY=( $( compgen -W "--db --all --files --no-prompt" -- $CURRENT ) )
93
fi
0 commit comments