mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-01-31 05:24:09 +00:00
6 lines
93 B
Plaintext
6 lines
93 B
Plaintext
#compdef echotc
|
|
|
|
local expl
|
|
|
|
_wanted arguments expl 'terminal capability' compadd -k termcap
|