hub/cmd
Mislav Marohnić 312ccd8c88 [cmd] Stop the surprising behavior of shell-splitting in `cmd.New()`
`cmd.New(programWithSpaces)` will now work for executables that have
spaces in the path. The only place where we relied on shell-splitting
was in openTextEditor, which now performs its own splitting.
2019-06-28 22:15:23 +02:00
..
cmd.go
cmd_test.go