Signed-off-by: Kirill Smelkov <kirr@xxxxxxxxxxxxxxxxxxx> --- contrib/tg-completion.bash | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/contrib/tg-completion.bash b/contrib/tg-completion.bash index 67f820e..4d69c05 100755 --- a/contrib/tg-completion.bash +++ b/contrib/tg-completion.bash @@ -376,7 +376,15 @@ _tg_remote () _tg_summary () { - COMPREPLY=() + local cur="${COMP_WORDS[COMP_CWORD]}" + + case "$cur" in + *) + __tgcomp " + --graphviz + -t + " + esac } _tg_update () -- 1.6.1.40.g8ea6a -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html