Closed kvas-it closed 3 years ago
My only comment is, would you want to do the same for the
print('# Running console script:', command, *arguments)
? I'm not opposed either way.
Yeah, makes sense. Done.
Looks good! Everything is quiet now when suppressing the console output. Thanks for working with me on this one!
This PR implements both the command line option (
--hide-run-results
) and the keyword argument forscript_runner.run()
. See README.md for more info.