diff options
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | Completion/Unix/Command/_tput | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2025-11-17 Oliver Kiddle <opk@zsh.org> + * Christopher Bock: 54085: Completion/Unix/Command/_tput: + complete tput -v option on Linux + * Christopher Bock: 54080 (tweaked): Completion/Debian/Command/_bts: update tags in bts completion 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 |
