mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-11 13:01:28 +02:00
5 lines
93 B
Text
5 lines
93 B
Text
#compdef echotc
|
|
|
|
local expl
|
|
|
|
_wanted arguments expl 'terminal capability' compadd -k termcap
|