Rafael Dowling Goodman

Results 4 comments of Rafael Dowling Goodman

> Here's an updated version of @ItsMattL's workaround: > > ```go > // command to execute, may contain quotes, backslashes and spaces > var commandLine = `"C:\Program Files\echo.bat" "hello friend"`...

What do you think about something like this as a general solution? Caveats: - `syscall.EscapeArg` probably needs to be replaced with something that is aware of `cmd.exe`'s escaping rules in...

Digging into this a bit further, I noticed that the dotnet core equivalent of `exec.Command` does not suffer from this problem. Also note that dotnet is cross-platform these days and...

How about: ``` config.vm.allowed_synced_folder_types = [:rsync] ``` See https://github.com/mitchellh/vagrant/pull/5013