Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix execution of command with quotes on windows.
Commands with quotes can't be handled on windows using standard exec.Command() calls. Based on the go documentation https://pkg.go.dev/os/exec#Command the argument handling is converted to SysProcAttr.
- Loading branch information