Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

_tput - complete -v



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