1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-19 11:31:26 +01:00
zsh/Completion/Linux/Command/_ionice

12 lines
337 B
Text

#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'