runme
runme copied to clipboard
Support Windows shells such as Powershell
Supporting windows shells:
- Provide
shell_behaviorin execute request, which will be an enum to specify the desired shell behavior. - If this is unspecified, we try to determine the behavior based on the name, and fallback to sh-like on *nix, dos-lke in windows
- Need to support
-o pipefailand-eequivalents on PowerShell, DOS- It would appear that this RFC implementation should do the trick for powershell.
- Need to implement functions in
command_windows.gofor windows to not break on interactive scripts