1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

Add zsh completion for 'docker build' multi tags

+ Fix some others multi options

Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
Upstream-commit: cc77fc3cb27c90568857c80d08787806d35aa5c8
Component: engine
This commit is contained in:
Steve Durrheimer
2015-10-17 14:40:22 +02:00
parent cfbc916dd7
commit f5dc31b651

View File

@@ -467,7 +467,7 @@ __docker_subcommand() {
"($help)--pull[Attempt to pull a newer version of the image]" \
"($help -q --quiet)"{-q,--quiet}"[Suppress verbose build output]" \
"($help)--rm[Remove intermediate containers after a successful build]" \
"($help -t --tag)"{-t,--tag=}"[Repository, name and tag for the image]: :__docker_repositories_with_tags" \
"($help -t --tag)*"{-t,--tag=}"[Repository, name and tag for the image]: :__docker_repositories_with_tags" \
"($help -):path or URL:_directories" && ret=0
;;
(commit)