diff options
author | Michael Muré <batolettre@gmail.com> | 2019-05-27 21:47:26 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2019-05-27 21:47:26 +0200 |
commit | 8bfc65df6c4db01e74e5793fb4da402078b37648 (patch) | |
tree | bf9ca09db5b46a90b5c270191b40f0ae4dbb42d5 /misc/zsh_completion | |
parent | d564e37b317a2d59a9694d80b03b40e5d36f741f (diff) | |
download | git-bug-8bfc65df6c4db01e74e5793fb4da402078b37648.tar.gz |
commands: add flags/config to control the automatic opening in the default browser
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 c2ed9872..52c242df 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 user version webui)' + _arguments '1: :(add bridge commands comment deselect export label ls ls-id ls-label pull push select show status termui title user version webui)' ;; *) _arguments '*: :_files' |