From 8c77c342166ddc6ecb3840628d89ddc5bb6b043b Mon Sep 17 00:00:00 2001 From: Kirill Smelkov Date: Mon, 5 Jan 2009 18:08:20 +0300 Subject: [PATCH] tg-completion: complete options for `tg remote` Signed-off-by: Kirill Smelkov Signed-off-by: martin f. krafft --- contrib/tg-completion.bash | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contrib/tg-completion.bash b/contrib/tg-completion.bash index 4d69c05..9641d04 100755 --- a/contrib/tg-completion.bash +++ b/contrib/tg-completion.bash @@ -369,6 +369,11 @@ _tg_remote () local cur="${COMP_WORDS[COMP_CWORD]}" case "$cur" in + -*) + __tgcomp " + --populate + " + ;; *) __tgcomp "$(__tg_remotes)" esac -- 2.11.4.GIT