mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 21:44:11 +01:00
moved from Completion/Builtins/_emulate
This commit is contained in:
parent
7ba9f7f8ba
commit
74e6e0444a
6
Completion/Zsh/Command/_emulate
Normal file
6
Completion/Zsh/Command/_emulate
Normal file
@ -0,0 +1,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)'
|
Loading…
Reference in New Issue
Block a user