cheat/internal
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
..
cheatpath v3.3.0 (#525) 2020-01-20 12:34:48 -05:00
config fix: Windows support 2022-07-04 16:55:57 -04:00
display fix(view): whitespace corrections 2020-11-28 11:18:16 -05:00
frontmatter fix(frontmatter): resolve issue #544 2020-03-11 18:54:46 -04:00
installer fix: Windows support 2022-07-04 16:55:57 -04:00
mock feat(tests): add unit-tests 2020-11-11 19:33:31 -05:00
sheet fix: Windows support 2022-07-04 16:55:57 -04:00
sheets feat: implement `--all` flag 2020-11-27 16:39:34 -05:00