Browse Source

Added update in autocompletion

old-stable
gau1991 11 years ago
parent
commit
bcf74b496b
  1. 2
      config/bash_completion.d/ee

2
config/bash_completion.d/ee

@ -15,7 +15,7 @@ function EE_AUTO()
# List of suggested words
easyengine|ee)
COMPREPLY=( $(compgen -W '$(echo version help info; command find /usr/local/lib/easyengine/modules/ -maxdepth 1 -type d -printf "%P " 2> /dev/null)' -- $CURRENT) )
COMPREPLY=( $(compgen -W '$(echo version help info update; command find /usr/local/lib/easyengine/modules/ -maxdepth 1 -type d -printf "%P " 2> /dev/null)' -- $CURRENT) )
return 0
;;

Loading…
Cancel
Save