mirror of https://github.com/docker/cli.git
Add bash completion for `builder build`
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
This commit is contained in:
parent
ea9ca25ca9
commit
86ae871e0a
|
@ -1204,6 +1204,7 @@ _docker_build() {
|
|||
|
||||
_docker_builder() {
|
||||
local subcommands="
|
||||
build
|
||||
prune
|
||||
"
|
||||
__docker_subcommands "$subcommands" && return
|
||||
|
|
Loading…
Reference in New Issue