Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1910a8

Browse files
committed
Merge pull request moby#17829 from albers/completion-stats--all
bash completion for `docker stats --all`
2 parents 427dcb7 + ee13fc5 commit e1910a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/completion/bash/docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1607,7 +1607,7 @@ _docker_start() {
16071607
_docker_stats() {
16081608
case "$cur" in
16091609
-*)
1610-
COMPREPLY=( $( compgen -W "--no-stream --help" -- "$cur" ) )
1610+
COMPREPLY=( $( compgen -W "--all -a --help --no-stream" -- "$cur" ) )
16111611
;;
16121612
*)
16131613
__docker_containers_running

0 commit comments

Comments
 (0)