1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 01:11:37 +02:00
zsh/Completion/Builtins/_emulate
Oliver Kiddle b9c58a73ac various doc fixes and minor completion function changes, most of which
are to use the -A "-*" and -S options to _arguments (13863)
2001-04-01 16:19:15 +00:00

7 lines
217 B
Plaintext

#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)'