mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-01-31 05:24:09 +00:00
8 lines
218 B
Plaintext
8 lines
218 B
Plaintext
#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'
|