magefile / mage

a Make/rake-like dev tool using Go
https://magefile.org
Apache License 2.0
4.12k stars 251 forks source link

fix erroneous docstring of sh.Exec() #452

Closed omarkohl closed 1 year ago

omarkohl commented 1 year ago

sh.Exec() uses the passed in stderr io.Writer to write the stderr output not "piping its stderr to mage's stderr".