Add bash completion for `builder build`

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
(cherry picked from commit 86ae871e0a)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Trapier Marshall 2019-09-30 11:57:00 -04:00 committed by Sebastiaan van Stijn
parent 69f0132397
commit 2fe281d170
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 1 additions and 0 deletions

View File

@ -1205,6 +1205,7 @@ _docker_build() {
_docker_builder() {
local subcommands="
build
prune
"
__docker_subcommands "$subcommands" && return