about summary refs log tree commit diff
path: root/Completion/Linux/Command/_ionice
blob: 205f805a26104135415e99488a34e2af8945dfe0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#compdef ionice

_arguments \
  '(* -)-h[display usage information]' \
  '(*)-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
    {6..1}\:
    7\:low\ priority
  ))' \
  '*::command:_normal'