Merge pull request #1210 from albers/completion-service-create--init

Add bash completion for `service create|update --init`
This commit is contained in:
Sebastiaan van Stijn 2018-07-13 09:44:11 +02:00 committed by GitHub
commit d97f378009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3402,6 +3402,7 @@ _docker_service_update_and_create() {
local boolean_options="
--detach -d
--help
--init
--no-healthcheck
--read-only
--tty -t