Add bash completion for `builder build`

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
This commit is contained in:
Trapier Marshall 2019-09-30 11:57:00 -04:00
parent ea9ca25ca9
commit 86ae871e0a
1 changed files with 1 additions and 0 deletions

View File

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