Add bash completion for build --squash
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
347c066e0d
commit
f58ef83a2c
@ -2012,6 +2012,7 @@ _docker_image_build() {
|
|||||||
--quiet -q
|
--quiet -q
|
||||||
--rm
|
--rm
|
||||||
"
|
"
|
||||||
|
__docker_is_experimental && boolean_options+="--squash"
|
||||||
|
|
||||||
local all_options="$options_with_args $boolean_options"
|
local all_options="$options_with_args $boolean_options"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user