Ver Fonte

bash completion for `docker stats --all`

Signed-off-by: Harald Albers <github@albersweb.de>
Harald Albers há 9 anos atrás
pai
commit
ee13fc5b2f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      contrib/completion/bash/docker

+ 1 - 1
contrib/completion/bash/docker

@@ -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