pycontribs/subprocess-tee

Passing DEVNULL to stderr or stdout args should silence it

ssbarnea opened this issue · 0 comments

In order to match behavior of subprocess.run, passing subprocess.DEVNULL to stderr and/or stdout args, should silence the command.

At this moment this works only by passing quiet=True. A PR would be welcomed.