1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 17:01:19 +02:00

moved from Completion/Builtins/_emulate

This commit is contained in:
Sven Wischnowsky 2001-04-02 11:27:58 +00:00
parent 7ba9f7f8ba
commit 74e6e0444a

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