zsh-workers
 help / color / mirror / code / Atom feed
7d785c82217c84591fdac99f76d43de7f77efac3 blob 810 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
 
#compdef nginx

local -ah signals=(
  'quit\:shut down gracefully (SIGQUIT)'
  'reload\:reload configuration (SIGHUP)'
  'reopen\:re-open log files (SIGUSR1)'
  'stop\:shut down quickly (SIGTERM)'
)

_arguments -s -S : \
  '(: * -)'{-\?,-h}'[display help information]' \
  '(: * -)-v[display version information]' \
  '(: * -)-V[display version information and configure options]' \
  '-c+[specify configuration file]:configuration file:_files' \
  '-g+[specify global configuration directives]:configuration directives' \
  '-p+[specify prefix path]:prefix path:_directories' \
  '(-s)-q[suppress non-error messages (with -t/-T)]' \
  "(-q -t -T)-s+[send specified signal to master process]:signal:((${(j< >)${(@q-)signals}}))" \
  '(-s -T)-t[test configuration]' \
  '(-s -t)-T[test and dump configuration]'
debug log:

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