Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit eeaca10

Browse files
Trapier MarshallthaJeztah
authored andcommitted
Add bash completion for builder build
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com> (cherry picked from commit 86ae871e0a229d08e7d9746a35fa71f5305dd7d7) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 2fe281d17066fe5b1af336cfc3fa21844dab62c9 Component: cli
1 parent e3ed8c3 commit eeaca10

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • components/cli/contrib/completion/bash

components/cli/contrib/completion/bash/docker

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,6 +1205,7 @@ _docker_build() {
12051205

12061206
_docker_builder() {
12071207
local subcommands="
1208+
build
12081209
prune
12091210
"
12101211
__docker_subcommands "$subcommands" && return

0 commit comments

Comments
 (0)