mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 21:44:11 +01:00
10 lines
136 B
Plaintext
10 lines
136 B
Plaintext
|
#autoload
|
||
|
|
||
|
local expl
|
||
|
|
||
|
if [[ CURRENT -eq 2 ]]; then
|
||
|
_wanted commands expl command compadd "$@"
|
||
|
else
|
||
|
_message 'no more arguments'
|
||
|
fi
|