summaryrefslogtreecommitdiffstats
path: root/Completion/Zsh/Command/_emulate
blob: a16738cdba9d792a022ddbf80fa9b1456b80c900 (plain) (blame)
1
2
3
4
5
6
7
8
9
#compdef emulate

_arguments -s -S -A '-*' : \
  '(2 3)-l[list options to be set or unset]' \
  '(2 3)-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)' \
  '(-l -L)2:specify optional command:(-c)' \
  '(-l -L)3: :_cmdstring'