From bcf74b496b396e67a973c2a1974e04fc02ff18d4 Mon Sep 17 00:00:00 2001 From: gau1991 Date: Fri, 11 Jul 2014 17:26:25 +0530 Subject: [PATCH] Added update in autocompletion --- config/bash_completion.d/ee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/bash_completion.d/ee b/config/bash_completion.d/ee index 6d8bdfff..a31bbe71 100644 --- a/config/bash_completion.d/ee +++ b/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 ;;