diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-16 01:04:29 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-16 01:05:09 +0200 |
commit | d9f7269507cfc65a2fec05651bdff00978e0d1ec (patch) | |
tree | 9f0a904fbcf5606ddce6afcf7f5530b5c6b51bfc /misc/zsh_completion | |
parent | 6cdc6c087e858e18c5c54e92c60ceb78a37fc3f2 (diff) | |
download | git-bug-d9f7269507cfc65a2fec05651bdff00978e0d1ec.tar.gz |
commands: add a title command to display a bug's title
Diffstat (limited to 'misc/zsh_completion')
-rw-r--r-- | misc/zsh_completion/git-bug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/zsh_completion/git-bug b/misc/zsh_completion/git-bug index 4f1b4dd2..31dd5ee0 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 close commands comment label ls open pull push show termui webui)' + _arguments '1: :(add close commands comment label ls open pull push show termui title webui)' ;; *) _arguments '*: :_files' |