mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
Add bash completion for experimental build --stream
Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: c852393bff
Component: cli
This commit is contained in:
@@ -2467,7 +2467,10 @@ _docker_image_build() {
|
||||
--quiet -q
|
||||
--rm
|
||||
"
|
||||
__docker_daemon_is_experimental && boolean_options+="--squash"
|
||||
__docker_daemon_is_experimental && boolean_options+="
|
||||
--squash
|
||||
--stream
|
||||
"
|
||||
|
||||
local all_options="$options_with_args $boolean_options"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user