Merge pull request #17829 from albers/completion-stats--all
bash completion for `docker stats --all` Upstream-commit: e1910a8e231f55c92c765c7869bf874a1ca14106 Component: engine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user