Merge pull request #2116 from trapier/bash-completion-builder-build

Add bash completion for `builder build`
This commit is contained in:
Harald Albers 2019-10-04 15:22:01 +02:00 committed by GitHub
commit e3060aa27c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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