mirror of
git://git.code.sf.net/p/zsh/code
synced 2026-01-15 00:31:08 +01: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'
|