zsh completions: rudimentary support for pcp <command> <TAB>
commit71e945db9c3717c5c0f48daad31e3a73ff767419
authorMarko Myllynen <myllynen@redhat.com>
Thu, 9 Jun 2016 23:42:18 +0000 (10 09:42 +1000)
committerNathan Scott <nathans@redhat.com>
Thu, 9 Jun 2016 23:49:22 +0000 (10 09:49 +1000)
tree18b89a3d73406c8469e96d2e6cbbece356065513
parentc8cb1a3e8eca4b18807a3a1a4513d6da0d8b678a
zsh completions: rudimentary support for pcp <command> <TAB>

$ pcp <TAB>
atop      free      lvmcache  shping    verify
collectl  iostat    numastat  summary
dmcache   ipcs      python    uptime
$ pcp ipcs <TAB>
--help     --summary  -?         -l
--limits   --version  -V         -u

Few unrelated cosmetic changes and drops one unneeded TODO item.
src/zshrc/_pcp