diff options
author | Michael Muré <batolettre@gmail.com> | 2019-03-01 22:56:04 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2019-03-01 22:56:04 +0100 |
commit | 782576f12401c1fd75b0281f9df72b1c4fd53e1f (patch) | |
tree | c1ee1b5128280c2122d518d89d5423acce60c488 /misc/zsh_completion | |
parent | f6eb83815983b27524d1f762436f7f4bf9a41e59 (diff) | |
download | git-bug-782576f12401c1fd75b0281f9df72b1c4fd53e1f.tar.gz |
update generated files
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 232cd3c1..c2ed9872 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-label pull push select show status termui title user version webui)' + _arguments '1: :(add bridge commands comment deselect label ls ls-id ls-label pull push select show status termui title user version webui)' ;; *) _arguments '*: :_files' |