blob: d6fb0c3d922bcc552ed2c4ae88942133dbf192bb (
plain) (
blame)
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'
|