blob: 413333abf3915e78fa4a302ea7766b53d9a6c4e7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#compdef cygserver cygserver.exe
#Generated by Felix Rosencrantz
local context state line
typeset -A opt_args
_arguments \
'(--cleanup-threads -c)'{-c,--cleanup-threads}'[number of cleanup threads to use]' \
'(--help -h)'{-h,--help}'[output usage information and exit]' \
'(--request-threads -r)'{-r,--request-threads}'[number of request threads to use]' \
'(--shutdown -s)'{-s,--shutdown}'[shutdown the daemon]' \
'(--version -v)'{-v,--version}'[output version information and exit]' \
'*: :_files'
|