Skip to content

Commit

Permalink
Merge pull request moby#17134 from sdurrheimer/zsh-completion-build-m…
Browse files Browse the repository at this point in the history
…ulti-tag

Add zsh completion for 'docker build' multi tags
  • Loading branch information
thaJeztah committed Oct 26, 2015
2 parents 34439f3 + cc77fc3 commit 74b9d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/zsh/_docker
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 74b9d89

Please sign in to comment.