Browse Source

Auto Completion For WordPress Caching

old-stable
Mitesh Shah 11 years ago
parent
commit
11897b737b
  1. 5
      etc/bash_completion.d/ee

5
etc/bash_completion.d/ee

@ -60,6 +60,11 @@ EEAUTO()
return 0
;;
--wp|--wpsubdir|--wpsubdomain)
COMPREPLY=( $( compgen -W "--basic --w3tc --wpsc --wpfc" -- $CURRENT ) )
return 0
;;
*)
if [ "$EECOMMON" = "create" ]
then

Loading…
Cancel
Save