From 26e7ce44db91f3b08fa5d1b32690348d40c1fb00 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Mon, 6 Aug 2018 03:22:36 +0200 Subject: upgrade the readme --- doc/zsh_completion/git-bug | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 doc/zsh_completion/git-bug (limited to 'doc/zsh_completion') diff --git a/doc/zsh_completion/git-bug b/doc/zsh_completion/git-bug deleted file mode 100644 index dcd83163..00000000 --- a/doc/zsh_completion/git-bug +++ /dev/null @@ -1,20 +0,0 @@ -#compdef git-bug - -_arguments \ - '1: :->level1' \ - '2: :_files' -case $state in - level1) - case $words[1] in - git-bug) - _arguments '1: :(close commands comment label ls new open pull push show termui webui)' - ;; - *) - _arguments '*: :_files' - ;; - esac - ;; - *) - _arguments '*: :_files' - ;; -esac -- cgit