Files
coder/cli/configssh_other.go
Steven Masley 797e91d4c6 feat: add flag for Windows to create unix compatible filepaths (#8164)
* feat: add flag for Windows to create unix compatible filepaths
2023-06-22 17:08:12 -05:00

6 lines
66 B
Go

//go:build !windows
package cli
var hideForceUnixSlashes = true