mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-04 08:30:54 +02:00
7 lines
218 B
Text
7 lines
218 B
Text
#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'
|