Skip to content

Commit

Permalink
Add bash completion for builder build options
Browse files Browse the repository at this point in the history
Signed-off-by: Harald Albers <github@albersweb.de>
  • Loading branch information
albers committed Oct 5, 2019
1 parent e3060aa commit cd9b39f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/completion/bash/docker
Original file line number Diff line number Diff line change
Expand Up @@ -1219,6 +1219,10 @@ _docker_builder() {
esac
}

_docker_builder_build() {
_docker_image_build
}

_docker_builder_prune() {
case "$prev" in
--filter)
Expand Down

0 comments on commit cd9b39f

Please sign in to comment.