aboutsummaryrefslogtreecommitdiffstats
path: root/misc/zsh_completion
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-09-21 14:02:05 +0200
committerMichael Muré <batolettre@gmail.com>2018-09-21 14:02:05 +0200
commit6e4475941309b1b8aed7415b948ba6d26d80dfad (patch)
tree727a761970b6a7cbc3558918e253616843a1422f /misc/zsh_completion
parentcfce3a9914c4a7762399119fabc63c77f567d7cf (diff)
downloadgit-bug-6e4475941309b1b8aed7415b948ba6d26d80dfad.tar.gz
commands: add a "ls-labels" command that output valid labels
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 4ad6663a..077fa181 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 select show status termui title webui)'
+ _arguments '1: :(add commands comment label ls ls-label pull push select show status termui title webui)'
;;
*)
_arguments '*: :_files'