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 050aca8 + 4893a5d commit 1686e45Copy full SHA for 1686e45
contrib/completion/zsh/_docker
@@ -2533,7 +2533,7 @@ __docker_volume_subcommand() {
2533
_arguments $(__docker_arguments) \
2534
$opts_help \
2535
"($help -f --force)"{-f,--force}"[Force the removal of one or more volumes]" \
2536
- "($help -):volume:__docker_complete_volumes" && ret=0
+ "($help -)*:volumes:__docker_complete_volumes" && ret=0
2537
;;
2538
(help)
2539
_arguments $(__docker_arguments) ":subcommand:__docker_volume_commands" && ret=0
0 commit comments