Merge pull request #10357 from jfrazelle/bash-completion-stats
Add completion for stats.
This commit is contained in:
commit
f23c136a95
1 changed files with 5 additions and 0 deletions
|
@ -789,6 +789,10 @@ _docker_start() {
|
|||
esac
|
||||
}
|
||||
|
||||
_docker_stats() {
|
||||
__docker_containers_running
|
||||
}
|
||||
|
||||
_docker_stop() {
|
||||
case "$prev" in
|
||||
--time|-t)
|
||||
|
@ -886,6 +890,7 @@ _docker() {
|
|||
save
|
||||
search
|
||||
start
|
||||
stats
|
||||
stop
|
||||
tag
|
||||
top
|
||||
|
|
Loading…
Reference in a new issue