mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-01-28 03:54:08 +00:00
7 lines
112 B
Plaintext
7 lines
112 B
Plaintext
#compdef zdump
|
|
|
|
_arguments \
|
|
'-v[lowest possible]' \
|
|
'-c[cutoff]:cutoff year:' \
|
|
'*:time zone:_time_zone'
|