zsh-workers
 help / color / mirror / code / Atom feed
28c7512bf687a1ea5ebe427c7e649468980b5505 blob 640 bytes (raw)

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

_arguments -S : \
  '(-d --delay)'{-d+,--delay=}'[update frequency]:duration (tenths of seconds)' \
  '(-C --no-color --no-colour)'{-C,--no-colo{,u}r}'[monochrome mode]' \
  '(-)'{-h,--help}'[display usage information]' \
  \*{-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)"$(_call_program sort-keys $words[1] --sort-key help)"} )' \
  '(-t --tree)'{-t,--tree}'[show tree view of processes]' \
  '(-u --user)'{-u+,--user=}'[show processes of user]: : _users' \
  '(-)'{-v,--version}'[display version information]'
debug log:

solving 28c7512bf ...
found 28c7512bf 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).