blob: 1c1f63cde11559e5cd14766cdee9c2f9cb6c24d3 (
plain) (
blame)
1
2
3
4
5
6
|
#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]' \
'::shell to emulate:(zsh sh ksh csh)'
|