Closed vinceaperri closed 3 years ago
@perriv Since this PR hasn't been merged for two and a half years now, and according to the activity in this repo the probability is high that it will never be merged – would you mind closing it?
It still appears in my list of PRs as a PR which I get notified about, and I have no chance to unsubscribe, and it is a little bit cumbersome to skip this PR every time when I review the list of open PRs which are relevant for me.
@goloroden asks how to suppress the command output when you are capturing it in https://github.com/go-godo/godo/issues/41.
I think this should be default behavior, since it is the expected behavior and is consistent with the standard library, for example exec.Cmd.CombinedOutput. Plus, if the user wants to print the output he captures, he can always do it in his task.