aboutsummaryrefslogtreecommitdiffstats
path: root/misc/bash_completion
diff options
context:
space:
mode:
Diffstat (limited to 'misc/bash_completion')
-rw-r--r--misc/bash_completion/git-bug21
1 files changed, 21 insertions, 0 deletions
diff --git a/misc/bash_completion/git-bug b/misc/bash_completion/git-bug
index d0613dc7..9d8482c8 100644
--- a/misc/bash_completion/git-bug
+++ b/misc/bash_completion/git-bug
@@ -487,6 +487,26 @@ _git-bug_push()
noun_aliases=()
}
+_git-bug_select()
+{
+ last_command="git-bug_select"
+
+ command_aliases=()
+
+ commands=()
+
+ flags=()
+ two_word_flags=()
+ local_nonpersistent_flags=()
+ flags_with_completion=()
+ flags_completion=()
+
+
+ must_have_one_flag=()
+ must_have_one_noun=()
+ noun_aliases=()
+}
+
_git-bug_show()
{
last_command="git-bug_show"
@@ -670,6 +690,7 @@ _git-bug_root_command()
commands+=("ls")
commands+=("pull")
commands+=("push")
+ commands+=("select")
commands+=("show")
commands+=("status")
commands+=("termui")