mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-23 00:55:49 -04:00
6 lines
94 B
Plaintext
6 lines
94 B
Plaintext
#compdef echoti
|
|
|
|
local expl
|
|
|
|
_wanted arguments expl 'terminal capability' compadd -k terminfo
|