zsh-workers
 help / color / mirror / code / Atom feed
9a6133a869ec3b1dc1cdb5a88aec7cc330c1181d blob 549 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
#compdef htop

_arguments -S : \
  '(-d --delay)'{-d+,--delay=}'[update frequency]:duration' \
  '(-C --no-color --no-colour)'{-C,--no-colo{,u}r}'[monochrome mode]' \
  '(-h --help)'{-h,--help}'[display help]' \
  '(-p --pid)'{-p+,--pid=}'[show given pids]: : _sequence -n ${$(</proc/sys/kernel/pid_max)\:-32768} _pids' \
  '(-s --sort-key)'{-s+,--sort-key=}'[sort by key]:key:( ${(f)"$($service --sort-key help)"} )' \
  '(-u --user)'{-u+,--user=}'[show processes of user]: : _users' \
  '(-v --version)'{-v,--version}'[print version information]'
debug log:

solving 9a6133a86 ...
found 9a6133a86 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).