Closed Ilia-Kosenkov closed 3 years ago
Could you add a few comments documenting the invoke_cargo()
function? As is, I don't really understand what the stdout
and stderr
arguments do, and that makes is difficulty for me to evaluate the PR.
@clauswilke, is it better now?
Yes, looks good to me. Thanks!
Fixed #111. Fixes a bug introduced by copy-pasting/moving code around in #38 by me.
The name of the variable that controls the output of
system2
is changed from confusingstdout
to simplyout
. It is passed to bothstdout
andstderr
.