Add zsh completion for 'docker stats --all -a'

Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
Steve Durrheimer
2017-06-02 00:07:16 +00:00
committed by Tibor Vass
parent 1a495e2d47
commit 661cab4af3
+1
View File
@@ -840,6 +840,7 @@ __docker_subcommand() {
(stats)
_arguments $(__docker_arguments) \
$opts_help \
"($help -a --all)"{-a,--all}"[Show all containers (default shows just running)]" \
"($help)--no-stream[Disable streaming stats and only pull the first result]" \
"($help -)*:containers:__docker_runningcontainers" && ret=0
;;