mirror of https://github.com/docker/cli.git
Merge pull request #250 from albers/completion-service-create--detach
Add bash completion for `service create --detach`
This commit is contained in:
commit
b306817220
|
@ -3081,6 +3081,7 @@ _docker_service_update_and_create() {
|
|||
"
|
||||
|
||||
local boolean_options="
|
||||
--detach -d
|
||||
--help
|
||||
--no-healthcheck
|
||||
--read-only
|
||||
|
|
Loading…
Reference in New Issue