blob: 2a6dd03c700a4ea6055d684245a8f98a872ddc04 (
plain) (
blame)
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]'
|