chiark / gitweb /
tg-completion: complete options for `tg remote`
authorKirill Smelkov <kirr@landau.phys.spbu.ru>
Mon, 5 Jan 2009 15:08:20 +0000 (18:08 +0300)
committermartin f. krafft <madduck@debian.org>
Mon, 5 Jan 2009 15:47:45 +0000 (16:47 +0100)
Signed-off-by: Kirill Smelkov <kirr@landau.phys.spbu.ru>
Signed-off-by: martin f. krafft <madduck@debian.org>
contrib/tg-completion.bash

index 4d69c05e26951307a38070bbd0315af60833dbf5..9641d04dea15bbf019fe492417b1aa617b26abe7 100755 (executable)
@@ -369,6 +369,11 @@ _tg_remote ()
        local cur="${COMP_WORDS[COMP_CWORD]}"
 
        case "$cur" in
+       -*)
+               __tgcomp "
+                       --populate
+               "
+               ;;
        *)
                __tgcomp "$(__tg_remotes)"
        esac