diff options
Diffstat (limited to 'doc/zsh_completion')
-rw-r--r-- | doc/zsh_completion/git-bug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/zsh_completion/git-bug b/doc/zsh_completion/git-bug index ce85f435..dcd83163 100644 --- a/doc/zsh_completion/git-bug +++ b/doc/zsh_completion/git-bug @@ -7,7 +7,7 @@ case $state in level1) case $words[1] in git-bug) - _arguments '1: :(close commands comment label ls new open pull push show webui)' + _arguments '1: :(close commands comment label ls new open pull push show termui webui)' ;; *) _arguments '*: :_files' |