From ed8782fe362e73056c019575b2de5874a10cbd79 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 Jun 2022 08:14:10 +0200 Subject: Correcting container status bash-completion to complete on all containers rather than only stopped ones. Signed-off-by: Daniel Baumann --- share/bash-completion/container | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/bash-completion/container b/share/bash-completion/container index 7792201..8a1f43d 100644 --- a/share/bash-completion/container +++ b/share/bash-completion/container @@ -315,7 +315,7 @@ _container() status|st) case "${prev}" in -n|--name) - opts="$(container list -t -f shell)" + opts="$(container list -f shell)" COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) return 0 ;; -- cgit v1.2.3