zsh-workers
 help / color / mirror / code / Atom feed
2a6dd03c700a4ea6055d684245a8f98a872ddc04 blob 401 bytes (raw)

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

_arguments -S \
  '(H -n --adjust)'{-n,--adjust}'+[specify the adjust score value (-1000...1000)]:score (-1000...1000)' \
  '(H -p --pid)'{-p,--pid}'[interpret args as process ID]:process ID:_pids' \
  '(H -p --pid):command:_command_names' \
  '*::arguments:_normal' \
  + 'H' \
  '(- *)'{-V,--version}'[display version information]' \
  '(- *)'{-h,--help}'[display help information]'
debug log:

solving 2a6dd03c7 ...
found 2a6dd03c7 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).