aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorSladyn <gunnerforlife00@gmail.com>2019-02-14 00:38:55 +0530
committerSladyn <gunnerforlife00@gmail.com>2019-02-25 21:20:51 +0530
commit3c0c13bbbe934d0fa9476fa5c07bf04ea5a99b94 (patch)
tree1b3aea42623507dea0724299f1875d18641ff1a0 /misc
parentf70f38c8ee44338e803ba6bb306c13fe1c7f347a (diff)
downloadgit-bug-3c0c13bbbe934d0fa9476fa5c07bf04ea5a99b94.tar.gz
ls-id.go:Add ls-id [<prefix>] command
This file adds the ls-id command which returns the bug id matching the prefix the user enters. If no prefix entered it lists all the BugId's Closes #47
Diffstat (limited to 'misc')
-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 c8cc7c2c..2deae548 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 bridge commands comment deselect label ls ls-id ls-label pull push select show status termui title webui)'
+ _arguments '1: :(add bridge commands comment deselect label ls ls-label pull push select show status termui title webui)'
;;
*)
_arguments '*: :_files'