Skip to content

Commit 11897b7

Browse files
committed
Auto Completion For WordPress Caching
1 parent fbe177b commit 11897b7

File tree

1 file changed

+5
-0
lines changed
  • etc/bash_completion.d

1 file changed

+5
-0
lines changed

etc/bash_completion.d/ee

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ EEAUTO()
6060
return 0
6161
;;
6262

63+
--wp|--wpsubdir|--wpsubdomain)
64+
COMPREPLY=( $( compgen -W "--basic --w3tc --wpsc --wpfc" -- $CURRENT ) )
65+
return 0
66+
;;
67+
6368
*)
6469
if [ "$EECOMMON" = "create" ]
6570
then

0 commit comments

Comments
 (0)