bash completion for docker stats --all

Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
Harald Albers
2017-06-02 00:07:16 +00:00
committed by Tibor Vass
parent 4668b6ed6c
commit 2607803a34
+1 -1
View File
@@ -1607,7 +1607,7 @@ _docker_start() {
_docker_stats() {
case "$cur" in
-*)
COMPREPLY=( $( compgen -W "--no-stream --help" -- "$cur" ) )
COMPREPLY=( $( compgen -W "--all -a --help --no-stream" -- "$cur" ) )
;;
*)
__docker_containers_running