Update bash and zsh completion for service create/update --read-only
This commit updates bash and zsh completion for flag `--read-only` in `service create/update`. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
@ -2851,6 +2851,7 @@ _docker_service_update() {
|
||||
|
||||
local boolean_options="
|
||||
--help
|
||||
--read-only
|
||||
--tty -t
|
||||
--with-registry-auth
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user