From: Christian Goeschel Ndjomouo Date: Fri, 31 Oct 2025 17:18:32 +0000 (-0400) Subject: bash-completion: (scriptlive) add missing --echo X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be76d195af3ea6df20e58a864e20cc457c485278;p=thirdparty%2Futil-linux.git bash-completion: (scriptlive) add missing --echo Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/bash-completion/scriptlive b/bash-completion/scriptlive index 56a296f5b..69f0a3633 100644 --- a/bash-completion/scriptlive +++ b/bash-completion/scriptlive @@ -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