mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
non-tty progress write to stdout
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
a2d335271a
commit
057f23ed75
2 changed files with 6 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ func (p *plainWriter) Start(ctx context.Context) error {
|
|||
}
|
||||
|
||||
func (p *plainWriter) Event(e Event) {
|
||||
fmt.Println(e.ID, e.Text, e.StatusText)
|
||||
fmt.Fprintln(p.out, e.ID, e.Text, e.StatusText)
|
||||
}
|
||||
|
||||
func (p *plainWriter) Stop() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue