Ziggy471

Results 5 comments of Ziggy471

Should be just a 1 line change in lib/install.go: ``` - binPath = InstallableBinLocation(binPath) + binPath = ConvertExecutableExt(InstallableBinLocation(binPath)) ``` Then to build: GOOS=windows GOARCH=amd64 go build -o tfswitch.exe Arrow keys...

Finally had time to figure out the arrow keys as well. Actually had to figure out the windows binpath about 6 months ago when we started having some guys use...

The fix was a minimal fix to get the correct extension and working arrow keys, for my guys on Windows I've suggested the following in their PS Profile, 7.2 required:...

Fix #199

@yermulnik Haven't even bothered checking the other PR, we gave up trying to have the IT guys manage TF, now just DevOps,, so no need for Windows anymore. This was...