Browse Source

autocompletion for ee site update --password

next
harshadyeola 10 years ago
parent
commit
d533f79cc2
  1. 2
      config/bash_completion.d/ee

2
config/bash_completion.d/ee

@ -115,7 +115,7 @@ function EE_AUTO()
if [ "$PREVIOUS2" = "create" ]; then if [ "$PREVIOUS2" = "create" ]; then
COMPREPLY=( $( compgen -W "--html --php --mysql --wp --wpsubdir --wpsubdomain" -- $CURRENT ) ) COMPREPLY=( $( compgen -W "--html --php --mysql --wp --wpsubdir --wpsubdomain" -- $CURRENT ) )
elif [ "$PREVIOUS2" = "update" ]; then elif [ "$PREVIOUS2" = "update" ]; then
COMPREPLY=( $( compgen -W "--php --mysql --wp --wpsubdir --wpsubdomain" -- $CURRENT ) ) COMPREPLY=( $( compgen -W "--password --php --mysql --wp --wpsubdir --wpsubdomain" -- $CURRENT ) )
elif [ "$PREVIOUS2" = "delete" ]; then elif [ "$PREVIOUS2" = "delete" ]; then
COMPREPLY=( $( compgen -W "--db --all --files --no-prompt" -- $CURRENT ) ) COMPREPLY=( $( compgen -W "--db --all --files --no-prompt" -- $CURRENT ) )
fi fi

Loading…
Cancel
Save