zshrs 0.11.18

The first compiled Unix shell — bytecode VM, worker pool, AOP intercept, Rkyv caching
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#compdef dhomepage

local arguments

arguments=(
   '(-v --vcs)'{-v,--vcs}'[open VCS homepage instead]'
   '(-e --echo)'{-e,--echo}'[only print URL]'
   '(- : *)'{-h,--help}'[show help]'
   '(- : *)--version[show version information]'
   ':package:_deb_packages avail'
)

_arguments -A '-*' : $arguments