zsh-workers
 help / color / mirror / code / Atom feed
ba332153116b4ebcd50ee2a95b31a33cb77cd164 blob 1044 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
 
#compdef pmap
# based on procps-ng-3.3.15

_arguments -s \
  '(exit -A --range)'{-A+,--range}'[limit results to the specified address range]:low,high: ' \
  '(exit -q --quiet)'{-q,--quiet}'[do not display some header or footer lines]' \
  '(exit -p --show-path)'{-p,--show-path}'[show full path to files in the mapping column]' \
  '(exit)*: :_pids' \
  + '(format)' \
  '(exit)'{-d,--device}'[show the device format]' \
  '(exit)'{-x,--extended}'[show the extended format]' \
  '(exit)-X[show even more details than -x option]' \
  '(exit)-XX[show everything the kernel provides]' \
  '(exit)'{-c,--read-rc}'[read the default configuration]' \
  '(exit)'{-C+,--read-rc-from=}'[read the configuration from the specified file]: :_files' \
  + '(exit)' \
  '(- *)'{-n,--create-rc}'[create new default configuration and exit]' \
  '(- *)'{-N+,--create-rc-to=}'[create new configuration to the specified file and exit]: :_files' \
  '(- *)'{-h,--help}'[display help text and exit]' \
  '(- *)'{-V,--version}'[display version information and exit]'
debug log:

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