mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-12-31 07:40:57 +01:00
10 lines
401 B
Text
10 lines
401 B
Text
#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]'
|