about summary refs log tree commit diff
path: root/Completion/Zsh/Command/_exec
blob: 2498b57c062cfdf074b6a3c237d653885294aa95 (plain) (blame)
1
2
3
4
5
6
7
#compdef exec

_arguments -s -S -A '-*' : \
  '-a+[set argv\[0\] to specified string]:argv[0] string' \
  '-c[clear environment]' \
  '-l[simulate login shell (prepend - to argv\[0\])]' \
  '*:: : _normal -p $service'