]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
bash-completion: (scriptlive) add missing --echo
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Fri, 31 Oct 2025 17:18:32 +0000 (13:18 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Fri, 31 Oct 2025 17:18:32 +0000 (13:18 -0400)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
bash-completion/scriptlive

index 56a296f5b573cca56c94e6f8dc5ed0fa3657885f..69f0a3633dab5232084bd430e9ab68137a9523a9 100644 (file)
@@ -14,13 +14,19 @@ _scriptlive_module()
                        COMPREPLY=( $(compgen -W "digit" -- $cur) )
                        return 0
                        ;;
+               '-E'|'--echo')
+                       COMPREPLY=( $(compgen -W "auto always never" -- $cur) )
+                       return 0
+                       ;;
                '-h'|'--help'|'-V'|'--version')
                        return 0
                        ;;
        esac
        case $cur in
                -*)
-                       OPTS="--timing
+                       OPTS="
+                               --echo
+                               --timing
                                --log-in
                                --log-io
                                --log-timing