You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mvoidex has proposed a nice solution at pull request #32. However, looking at it a bit more I think it's worth breaking the whole problem down a bit.
The solution provided by @mvoidex uses variable substitution into the command to allow extra characters to be added. However, Popen() already provides for an executable argument, so instead I'm going to allow that to be configured -- as step 1 -- and then provide another mechanism to add in the extra characters to the command.
It should be possible to use different shells to run commands, such as PowerShell on Windows.
The text was updated successfully, but these errors were encountered: