mirror of https://github.com/docker/cli.git
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
|
||||
--rm
|
||||
"
|
||||
__docker_is_experimental && boolean_options+="--squash"
|
||||
|
||||
local all_options="$options_with_args $boolean_options"
|
||||
|
||||
|
|
Loading…
Reference in New Issue