Merge pull request #10357 from jfrazelle/bash-completion-stats

Add completion for stats.
This commit is contained in:
Arnaud Porterie 2015-01-28 08:29:06 -08:00
commit f23c136a95
1 changed files with 5 additions and 0 deletions

View File

@ -789,6 +789,10 @@ _docker_start() {
esac esac
} }
_docker_stats() {
__docker_containers_running
}
_docker_stop() { _docker_stop() {
case "$prev" in case "$prev" in
--time|-t) --time|-t)
@ -886,6 +890,7 @@ _docker() {
save save
search search
start start
stats
stop stop
tag tag
top top