cheat/internal/installer
Christopher Allen Lane def8985dcd fix: Windows support
Fix an issue whereby the installer installed cheatsheets into the wrong
directory on Windows. This occurred because previously `path.Join` was
used where `path/filepath.Join` should have been used.

This matters, because the former always uses `/` as the path separator,
whereas the latter will use `/` or `\` as is appropriate for the
runtime environment.

This should resolve bullet point 4 in #665.
2022-07-04 16:55:57 -04:00
..
clone.go refactor(installer): externalize installer 2020-11-28 10:32:37 -05:00
prompt.go Fix Windows 2021-09-29 01:33:59 +09:00
run.go fix: Windows support 2022-07-04 16:55:57 -04:00