ACC SHELL

Path : /usr/share/zsh/4.3.10/functions/
File Upload :
Current File : //usr/share/zsh/4.3.10/functions/_ionice

#compdef ionice

_arguments \
  '(* -)-h[display usage information]' \
  '(*)-p[interpret args as process ID]:pid:_pids' \
  '-c[scheduling class]:class:(( 1\:realtime 2\:best-effort 3\:idle ))' \
  '-n[scheduling class priority]:class-priority:((
    0\:high\ priority
    {6..1}\:
    7\:low\ priority
  ))' \
  '*::command:_normal'

ACC SHELL 2018