We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29625f6 + 5fa5eb1 commit f7ea8e8Copy full SHA for f7ea8e8
1 file changed
contrib/completion/bash/docker
@@ -3395,7 +3395,6 @@ _docker_service_update_and_create() {
3395
local options_with_args="
3396
--endpoint-mode
3397
--entrypoint
3398
- --force
3399
--health-cmd
3400
--health-interval
3401
--health-retries
@@ -3521,6 +3520,10 @@ _docker_service_update_and_create() {
3521
3520
--secret-rm
3522
"
3523
+ boolean_options="$boolean_options
3524
+ --force
3525
+ "
3526
+
3527
case "$prev" in
3528
--env-rm)
3529
COMPREPLY=( $( compgen -e -- "$cur" ) )
0 commit comments