Merge pull request #24579 from albers/completion-service--registry-auth
bash completion for `docker service {create,update} --registry-auth`
This commit is contained in:
commit
a63efabd53
1 changed files with 1 additions and 0 deletions
|
@ -1731,6 +1731,7 @@ _docker_service_update() {
|
|||
|
||||
local boolean_options="
|
||||
--help
|
||||
--registry-auth
|
||||
"
|
||||
|
||||
if [ "$subcommand" = "update" ] ; then
|
||||
|
|
Loading…
Reference in a new issue