even better structure

This commit is contained in:
Jesse Duffield 2022-08-14 11:24:07 +10:00
parent f3837000dd
commit 349a7d2453
9 changed files with 431 additions and 318 deletions

View file

@ -45,7 +45,7 @@ func CommandToRun() string {
}
func GetDir() string {
return integration.GetRootDirectory() + "/docs/keybindings"
return integration.GetProjectRootDirectory() + "/docs/keybindings"
}
func generateAtDir(cheatsheetDir string) {