bash completion for docker stats --all
Signed-off-by: Harald Albers <github@albersweb.de> Upstream-commit: ee13fc5b2f15ae5b4a8c1a6ee23355e6463e2b48 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