Fix problems with relative/absolute path

This commit is contained in:
2022-05-08 09:11:31 +02:00
parent 7e861618bb
commit 333d051d49
3 changed files with 36 additions and 22 deletions

View File

@@ -69,8 +69,9 @@ func (p *Parser) Parse(appname string) {
cli.WithDefaultConfigPath,
cli.WithNormalization(true),
cli.WithInterpolation(true),
//cli.WithResolvedPaths(true),
cli.WithResolvedPaths(true),
)
if err != nil {
log.Fatal(err)
}