Explorar o código

Add bash completion for `docker service {create,update} --tty`

Signed-off-by: Harald Albers <github@albersweb.de>
Harald Albers %!s(int64=8) %!d(string=hai) anos
pai
achega
bfd8f7a7e1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      contrib/completion/bash/docker

+ 1 - 0
contrib/completion/bash/docker

@@ -2629,6 +2629,7 @@ _docker_service_update() {
 
 	local boolean_options="
 		--help
+		--tty -t
 		--with-registry-auth
 	"