]> git.sur5r.net Git - tio/blobdiff - src/bash-completion/tio.in
New upstream version 2.4
[tio] / src / bash-completion / tio.in
index 82cb649964f54863791cfca21593ca0eaad797ed..9602c4fb93a54a599cc286c4beca8aba6128c950 100644 (file)
@@ -35,6 +35,7 @@ _tio()
              --rs-485 \
              --rs-485-config \
              --alert \
+             --mute \
           -v --version \
           -h --help"
 
@@ -141,6 +142,10 @@ _tio()
             COMPREPLY=( $(compgen -W "none bell blink"  -- ${cur}) )
             return 0
             ;;
+        --mute)
+            COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
+            return 0
+            ;;
         -v | --version)
             COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
             return 0