1
0
mirror of https://github.com/go-task/task.git synced 2024-12-14 10:52:43 +02:00
task/internal/output
Andrey Nering 90613220c6 Fixes some bugs relatated to commands output handling
This seems to fix some of the bugs reported by issues like #114 and #190.

Seems that the standard library's os/exec package has some black magic to
detect if a writer is an actual *os.File, and some stuff are handled
differently, then.

Fixes #114
Fixes #190
2019-04-21 16:55:47 -03:00
..
group.go Fixes some bugs relatated to commands output handling 2019-04-21 16:55:47 -03:00
interleaved.go Fixes some bugs relatated to commands output handling 2019-04-21 16:55:47 -03:00
output_test.go Fixes some bugs relatated to commands output handling 2019-04-21 16:55:47 -03:00
output.go Fixes some bugs relatated to commands output handling 2019-04-21 16:55:47 -03:00
prefixed.go Fixes some bugs relatated to commands output handling 2019-04-21 16:55:47 -03:00