mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Fix scan message with quiet flag
Signed-off-by: Chris Crone <christopher.crone@docker.com>
This commit is contained in:
parent
74773b9062
commit
411612ed8d
8 changed files with 77 additions and 10 deletions
|
|
@ -86,6 +86,8 @@ type BuildOptions struct {
|
|||
Args types.Mapping
|
||||
// NoCache disables cache use
|
||||
NoCache bool
|
||||
// Quiet make the build process not output to the console
|
||||
Quiet bool
|
||||
}
|
||||
|
||||
// CreateOptions group options of the Create API
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue