pidcat : add zsh-completion

Closes #9704.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
master
yyar 2017-02-07 11:15:51 +09:00 committed by Tomasz Pajor
parent 3474e4de01
commit 1d3bd2acfb
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ class Pidcat < Formula
def install
bin.install "pidcat.py" => "pidcat"
bash_completion.install "bash_completion.d/pidcat"
zsh_completion.install "zsh-completion/_pidcat"
end
test do