diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-30 17:00:10 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-07-30 17:00:10 +0200 |
commit | c0dbe70ee08db699a35d573ba09f7900fb959f92 (patch) | |
tree | 65f54a196aa7ed86ac2f5fa95b695a0152d03e5c /doc/zsh_completion | |
parent | e14f1b4264ec5196834db925202d9d9f93ac35c5 (diff) | |
download | git-bug-c0dbe70ee08db699a35d573ba09f7900fb959f92.tar.gz |
wip terminal ui
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' |