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

Commit bc78bc0

Browse files
albersthaJeztah
authored andcommitted
Add bash completion for builder build options
Signed-off-by: Harald Albers <github@albersweb.de> (cherry picked from commit cd9b39fc524c3b5f63b99b6795216d2180b0bfba) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 57332bcea37ebd00954ad0c3d3574abea9cd3529 Component: cli
1 parent eeaca10 commit bc78bc0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • components/cli/contrib/completion/bash

components/cli/contrib/completion/bash/docker

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1220,6 +1220,10 @@ _docker_builder() {
12201220
esac
12211221
}
12221222

1223+
_docker_builder_build() {
1224+
_docker_image_build
1225+
}
1226+
12231227
_docker_builder_prune() {
12241228
case "$prev" in
12251229
--filter)

0 commit comments

Comments
 (0)