zsh-workers
 help / color / mirror / code / Atom feed
a3d49ec9994ebfa9e0b3efb72c27cdf92c88a57a blob 337 bytes (raw)

 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]: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'
debug log:

solving a3d49ec99 ...
found a3d49ec99 in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).