go-godo / godo

golang build tool in the spirt of rake, gulp
MIT License
535 stars 31 forks source link

How do you suppress the screen output of BashOutput function? #41

Closed goloroden closed 1 year ago

goloroden commented 8 years ago

When using the BashOutput function, you get back what was written to stdout and stderr. This works, so far, so good.

What it also does is to echo what was written to the screen.

Is it possible to suppress this somehow?