mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-10 09:21:12 +01:00
6 lines
100 B
Text
6 lines
100 B
Text
#compdef functions unfunction
|
|
|
|
local expl
|
|
|
|
_description expl 'shell function'
|
|
compgen "$expl[@]" -F
|