zshrs 0.9.3

The first compiled Unix shell — bytecode VM, worker pool, AOP intercept, SQLite caching
Documentation
1
2
3
4
5
6
7
8
#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)' \
  '2:specify optional command:(-c)' \
  '3:command:_cmdstring'