1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 00:41:44 +02:00
zsh/Completion/Cygwin/Command/_dumper

14 lines
432 B
Plaintext
Raw Normal View History

2003-04-07 13:23:14 +02:00
#compdef dumper dumper.exe
#Generated by Felix Rosencrantz
local context state line
typeset -A opt_args
_arguments \
'(--verbose -d)'{-d,--verbose}'[be verbose while dumping]' \
'(--help -h)'{-h,--help}'[output help information and exit]' \
'(--quiet -q)'{-q,--quiet}'[be quiet while dumping (default)]' \
'(--version -v)'{-v,--version}'[output version information and exit]' \
'1: :_file' \
'*: :_pids'