aboutsummaryrefslogtreecommitdiffstats
path: root/misc/zsh_completion
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-09-16 01:17:06 +0200
committerMichael Muré <batolettre@gmail.com>2018-09-16 01:17:06 +0200
commitae100e0e8273b09dd1c2f2ee08388440c2662fad (patch)
treeb2663d0e0984d6c8fdd47c37ed71eb873156cab5 /misc/zsh_completion
parentd9f7269507cfc65a2fec05651bdff00978e0d1ec (diff)
downloadgit-bug-ae100e0e8273b09dd1c2f2ee08388440c2662fad.tar.gz
commands: add a title edit command
Diffstat (limited to 'misc/zsh_completion')
-rw-r--r--misc/zsh_completion/git-bug3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/zsh_completion/git-bug b/misc/zsh_completion/git-bug
index 31dd5ee0..60ae6ce9 100644
--- a/misc/zsh_completion/git-bug
+++ b/misc/zsh_completion/git-bug
@@ -20,6 +20,9 @@ case $state in
comment)
_arguments '2: :(add)'
;;
+ title)
+ _arguments '2: :(edit)'
+ ;;
*)
_arguments '*: :_files'
;;