mirror of https://github.com/docker/cli.git
Fix bash completion for "docker swarm"
Signed-off-by: muicoder <muicoder@gmail.com>
This commit is contained in:
parent
a5fe375289
commit
e2f73bb4b7
|
@ -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