This commit is contained in:
Daylin Morgan 2024-11-07 21:36:08 -06:00
parent 1f5b7b1500
commit b3884ff636
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -58,6 +58,7 @@ proc addDefaultTemplates(c: var Config) =
)
# TODO: make yaml parsing fail more graceful
proc loadConfig(configPath: string): Config =
var s = newFileStream(configPath)