#compdef dumper

# NB: need to change _pids to generate windows pids or create _wpids

_arguments -C \
  '(-h)--help[output help information and exit]' \
  '(--help)-h[output help information and exit]' \
  '(-d)--verbose[be verbose while dumping]' \
  '(--verbose)-d[be verbose while dumping]' \
  '(-q)--quite[be quite while dumping (default)]' \
  '(--quite)-q[be quite while dumping (default)]' \
  '(-v)--version[output version information and exit]' \
  '(--version)-v[output version information and exit]' \
  '*:file:_files' \
  'processes::_pids'
