Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
_tput - complete -v
- X-seq: zsh-workers 54085
- From: Christopher Bock <christopher@xxxxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxx>
- Subject: _tput - complete -v
- Date: Sun, 16 Nov 2025 14:30:18 +0100
- Archived-at: <https://zsh.org/workers/54085>
- List-id: <zsh-workers.zsh.org>
and another minipatch.
diff --git a/Completion/Unix/Command/_tput b/Completion/Unix/Command/_tput
index abba3e8c0..c991cce19 100644
--- a/Completion/Unix/Command/_tput
+++ b/Completion/Unix/Command/_tput
@@ -4,6 +4,7 @@ local -a args
case $OSTYPE in
*linux*)
args=(
+ '-v[verbose, show warnings]'
- set1
'-S[allows more than one capability per invocation of tput]'
- set2
--
2.51.0
Messages sorted by:
Reverse Date,
Date,
Thread,
Author