HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: u103727277 (3416564)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: //usr/share/zsh/functions/Completion/Zsh/_emulate
#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'