mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #30200 from albers/completion-build--squash
Add bash completion for `build --squash`
This commit is contained in:
commit
9ebb90883e
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…
Add table
Reference in a new issue