ACC SHELL

Path : /usr/share/zsh/4.3.10/functions/
File Upload :
Current File : //usr/share/zsh/4.3.10/functions/_emulate

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

ACC SHELL 2018