zsh-workers
 help / color / mirror / code / Atom feed
a8107e5826c5d7973ad512e0f90ab99777b2db63 blob 453 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
#compdef setsid

[[ $service == setsid ]] && precommands+=( setsid )

_arguments -s -S -A '-*' : \
  '(: * -)'{-h,--help}'[display help information]' \
  '(: * -)'{-V,--version}'[display version information]' \
  '(-c --ctty)'{-c,--ctty}'[set controlling terminal to current one]' \
  '(-f --fork)'{-f,--fork}'[always fork]' \
  '(-w --wait)'{-w,--wait}'[wait for program to exit, and use same return code]' \
  '1: :_path_commands' \
  '*:: : _normal'
debug log:

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