mirror of https://github.com/docker/cli.git
Merge pull request #678 from albers/completion-build--stream
Add bash completion for experimental `build --stream`
This commit is contained in:
commit
c428561b63
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue