blob: e562d68344568944eddfba2eaa6211526fabf225 (
plain) (
blame)
1
2
3
4
5
6
|
#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)'
|