aboutsummaryrefslogtreecommitdiffstats
path: root/misc/zsh_completion
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-09-18 13:17:39 +0200
committerMichael Muré <batolettre@gmail.com>2018-09-18 13:17:39 +0200
commit5f9fd2a2d95bd23e5d6972ec822bf1fea3077804 (patch)
tree9c6b0a9ff684179916207689c6b5c808efb67eb7 /misc/zsh_completion
parent0d5998eb67f9bbf146e15a127a2d6a89aa14eab9 (diff)
downloadgit-bug-5f9fd2a2d95bd23e5d6972ec822bf1fea3077804.tar.gz
commands: add a "select" command to select a bug for future implicit use
Diffstat (limited to 'misc/zsh_completion')
-rw-r--r--misc/zsh_completion/git-bug2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/zsh_completion/git-bug b/misc/zsh_completion/git-bug
index 35506b76..4ad6663a 100644
--- a/misc/zsh_completion/git-bug
+++ b/misc/zsh_completion/git-bug
@@ -8,7 +8,7 @@ case $state in
level1)
case $words[1] in
git-bug)
- _arguments '1: :(add commands comment label ls pull push show status termui title webui)'
+ _arguments '1: :(add commands comment label ls pull push select show status termui title webui)'
;;
*)
_arguments '*: :_files'