From 929d7093644e4f6b83ef366b83b5b66be075736e Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Wed, 8 Aug 2018 20:12:04 +0200 Subject: bash completion: thanks to @tst2005, make the completion works for "git bug " --- misc/bash_completion/git-bug | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'misc/bash_completion') diff --git a/misc/bash_completion/git-bug b/misc/bash_completion/git-bug index d8505868..bc831998 100644 --- a/misc/bash_completion/git-bug +++ b/misc/bash_completion/git-bug @@ -243,6 +243,11 @@ __git-bug_handle_word() __git-bug_handle_word } + +_git_bug() { + __start_git-bug "$@" +} + _git-bug_close() { last_command="git-bug_close" -- cgit