We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Improve the file redirection API.
Something like:
import spm l = spm.run('ls') l.stdout = spm.stdout l.wait() # Write output to console