maxb2/typer-config

Fix incomplete .ini support

Closed this issue · 2 comments

There seems to be an ini_loader, but no use_ini(). Also, the help for the ini_loader refers to subpath_loader which isn't actually in the repo.

maxb2 commented

Sorry for the late reply.

I didn't make use_ini() because you must specify the section in the ini file to load and I couldn't think of a sensible default. Providing use_ini(section, ...) makes sense though. I'll add it!

Good catch on the outdated documentation. I'll fix that too.

maxb2 commented

See 1.2.0 for this feature!