mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
bash completion for docker stats --all
Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: 2607803a34
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
3222bcadf4
commit
5a8a374f3e
@@ -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