Current Path : /proc/2/root/usr/share/zsh/4.3.11/functions/ |
Current File : //proc/2/root/usr/share/zsh/4.3.11/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'