mirror of https://github.com/docker/cli.git
Merge pull request #772 from muicoder/patch-1
Fix bash completion for "docker swarm"
This commit is contained in:
commit
b0efaaeb8b
|
@ -4945,6 +4945,7 @@ _docker() {
|
||||||
secret
|
secret
|
||||||
service
|
service
|
||||||
stack
|
stack
|
||||||
|
swarm
|
||||||
system
|
system
|
||||||
volume
|
volume
|
||||||
)
|
)
|
||||||
|
@ -4988,7 +4989,6 @@ _docker() {
|
||||||
start
|
start
|
||||||
stats
|
stats
|
||||||
stop
|
stop
|
||||||
swarm
|
|
||||||
tag
|
tag
|
||||||
top
|
top
|
||||||
unpause
|
unpause
|
||||||
|
|
Loading…
Reference in New Issue