blob: 82096a77ecde506d3889fe383095031155e32127 (
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]' \
'1::shell to emulate:(zsh sh ksh csh)'
|