Add bash completion for build --squash
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
a7c3389a82
commit
e91dbba7ff
1 changed files with 1 additions and 0 deletions
|
@ -2012,6 +2012,7 @@ _docker_image_build() {
|
|||
--quiet -q
|
||||
--rm
|
||||
"
|
||||
__docker_is_experimental && boolean_options+="--squash"
|
||||
|
||||
local all_options="$options_with_args $boolean_options"
|
||||
|
||||
|
|
Loading…
Reference in a new issue