mirror of https://github.com/docker/cli.git
Add bash completion for `docker service {create,update} --tty`
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
7443d74e2d
commit
308b0edef8
|
@ -2629,6 +2629,7 @@ _docker_service_update() {
|
||||||
|
|
||||||
local boolean_options="
|
local boolean_options="
|
||||||
--help
|
--help
|
||||||
|
--tty -t
|
||||||
--with-registry-auth
|
--with-registry-auth
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue