diff --git a/setup/ee b/setup/ee index ae1a81e7..e3b9d720 100644 --- a/setup/ee +++ b/setup/ee @@ -29,13 +29,12 @@ EEAUTO() COMPREPLY=( $( compgen -W "" -- $CURRENT ) ) return 0 ;; - esac - # completing an option - if [[ "$CURRENT" == -* ]] - then - COMPREPLY=( $( compgen -W "-E -S -A -J -s -P -M -q -G -C -U -T -K" -- $CURRENT ) ) - fi + site) + COMPREPLY=( $( compgen -W "info list show create enable disable delete backup" -- $CURRENT ) ) + return 0 + ;; + esac } complete -F EEAUTO ee easyengine \ No newline at end of file