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

13 lines
324 B
Text
Raw Normal View History

#compdef ionice
_arguments \
'(* -)-h[display usage information]' \
2008-09-23 07:26:53 +02:00
'(*)-p[interpret args as process ID]' \
'-c[scheduling class]:class:(( 1\:realtime 2\:best-effort 3\:idle ))' \
'-n[scheduling class priority]:class-pririty:((
0\:high\ priority
2008-09-23 07:26:53 +02:00
{6..1}\:
7\:low\ priority
))' \
2008-09-23 07:26:53 +02:00
'*::command:_normal'