mirror of https://github.com/docker/cli.git
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:
parent
69f0132397
commit
2fe281d170
|
@ -1205,6 +1205,7 @@ _docker_build() {
|
|||
|
||||
_docker_builder() {
|
||||
local subcommands="
|
||||
build
|
||||
prune
|
||||
"
|
||||
__docker_subcommands "$subcommands" && return
|
||||
|
|
Loading…
Reference in New Issue