mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-29 17:31:02 +01:00
6 lines
105 B
Text
6 lines
105 B
Text
#compdef shift
|
|
|
|
local expl
|
|
|
|
_description expl array
|
|
compadd "$expl[@]" - "${(@k)parameters[(R)*array*]}"
|