mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 04:40:59 +01:00
5 lines
84 B
Text
5 lines
84 B
Text
#compdef shift
|
|
|
|
local expl
|
|
|
|
_wanted arrays expl array _parameters "$@" -g '*array*'
|