1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 13:33:52 +01:00
zsh/Completion/Builtins/_emulate
2000-04-01 20:43:43 +00:00

7 lines
210 B
Plaintext

#compdef emulate
_arguments -C -s \
'-L[set local_options and local_traps as well]' \
'-R[reset all options instead of only those needed for script portability]' \
'1::shell to emulate:(zsh sh ksh csh)'