Closed taiju closed 6 years ago
This PR is retry of #69 and #140.
It's based on new knowledge that inproc or proc functions can exec command on Windows if command is absolute path.
inproc
proc
This fact made the implementation a bit simpler compared to past implementations.
Please review :pray:
Thank you.
Seems nice to me! Let's see if any others have something to say about this in the coming day(s)
Going to merge and release this.
This PR is retry of #69 and #140.
It's based on new knowledge that
inproc
orproc
functions can exec command on Windows if command is absolute path.This fact made the implementation a bit simpler compared to past implementations.
Please review :pray:
Thank you.