Is it possible to add the ability to write stdin in process creation?
nescribal opened this issue · 1 comments
nescribal commented
Is it possible to add the ability to write stdin in process creation?
MattTuttle commented
Couldn't you use sys.io.Process
? This allows you to write to stdin.