1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2026-01-02 08:21:09 +01:00

47932: update completions for procps 3.3.16

This commit is contained in:
Oliver Kiddle 2021-02-07 02:54:21 +01:00
parent b17449352e
commit 2edac834a8
5 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,9 @@
2021-02-07 Oliver Kiddle <opk@zsh.org>
* 47932: Completion/Linux/Command/_free, Completion/Unix/Command/_w,
Completion/Unix/Command/_pgrep, Completion/Unix/Command/_vmstat:
update completions for procps 3.3.16
* 47931: Completion/BSD/Command/_signify,
Completion/BSD/Command/_systat, Completion/Unix/Command/_locale,
Completion/Unix/Command/_netstat, Completion/Unix/Command/_top:

View file

@ -1,5 +1,4 @@
#compdef free
# based on procps-ng-3.3.15
_arguments -s \
'(-l --lohi)'{-l,--lohi}'[show detailed low and high memory statistics]' \
@ -7,6 +6,7 @@ _arguments -s \
'(-w --wide)'{-w,--wide}'[wide mode]' \
'(-s --seconds)'{-s,--seconds}'[specify the delay between display]:seconds: ' \
'(-c --count)'{-c+,--count=}'[specify the display count]:count: ' \
'(-C --full-cache)'{-C,--full-cache}'[add further cache lines to main cache]' \
'--si[use power of 1000 instead of power of 1024]' \
'(-)--help[print help and exit]' \
'(-)'{-V,--version}'[print version information and exit]' \

View file

@ -33,6 +33,7 @@ arguments=(
'(-o -n --oldest --newest)'{-o,--oldest}'[match oldest process]'
'(-P --parent)'{-P+,--parent=}'[match only on specified parent process IDs]: :->ppid'
'(-l)-q[suppress normal output]'
'(-r --runstates)'{-r+,--runstates}'[match runstates]:run state:compadd -S "" D I R S T t W X Z'
'-S[search also in system processes (kernel threads)]'
'(-s --session)'{-s+,--session=}'[match only on specified process session IDs]: :->sid'
# _signals is OK here - we do it differently below
@ -61,7 +62,7 @@ arguments=(
case $OSTYPE in
linux*)
# Note: We deliberately exclude -v but not --inverse from pkill
pgopts=acdFfGghLlnoPstUuVvwx-
pgopts=acdFfGghLlnoPrstUuVvwx-
pkopts=ceFfGghLnoPstUuVx-
arguments=(
${arguments:#((#s)|*\))(\*|)-[acl]*}

View file

@ -8,6 +8,7 @@ case $OSTYPE in
'(-t --timestamp)'{-t,--timestamp}'[show timestamp]'
'(-n --one-header)'{-n,--one-header}'[do not redisplay header]'
'(-S --unit)'{-S+,--unit=}'[specify unit for displayed sizes]:unit prefix [K]:((k\:1000 K\:1024 m\:1000000 M\:1048576))'
'(-C --full-cache)'{-C,--full-cache}'[add further cache lines to main cache]'
'1: :_guard "[0-9]#" "interval (seconds)"' '2:count'
+ '(action)' \
'(- :)'{-h,--help}'[display help information]'

View file

@ -11,6 +11,7 @@ case $OSTYPE in
'(H -o --old-style -s --short)'{-o,--old-style}'[old style output format]'
'(H -s --short -o --old-style)'{-s,--short}'[use short output format]'
'(H -u --no-current)'{-u,--no-current}'[ignore the username while figuring out the current process and cpu times]'
'(H -n --no-truncat)'{-n,--no-truncat}'[non-truncated listing (large)]'
+ H
'(-)--help[display help information]'
'(-)'{-V,--version}'[display version information]'