Browse Source

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

Signed-off-by: Harald Albers <github@albersweb.de>
Harald Albers 8 năm trước cách đây
mục cha
commit
bfd8f7a7e1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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
 	"