about summary refs log tree commit diff
path: root/Completion/Linux/Command/_setsid
blob: f3aef500aa699e4ba26a545bc750362a45f5dbb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#compdef 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 -p $service'