Merge pull request #28156 from albers/completion-service-create--tty
Add bash completion for `docker service {create,update} --tty`
This commit is contained in:
commit
c48c44371b
1 changed files with 1 additions and 0 deletions
|
@ -2629,6 +2629,7 @@ _docker_service_update() {
|
|||
|
||||
local boolean_options="
|
||||
--help
|
||||
--tty -t
|
||||
--with-registry-auth
|
||||
"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue