jedie / cli-base-utilities

Helpers to build a CLI program
0 stars 0 forks source link

Bugfix #50 toml2dataclass(): AttributeError: 'bool' object has no attribute 'unwrap'. #52

Closed jedie closed 2 months ago

jedie commented 2 months ago

Fix for https://github.com/jedie/cli-base-utilities/issues/50

kosl commented 2 months ago

I am sorry to say that, while bool does not crash anymore, get_settings always takes a default and not the user settings entered. Therefore bool setting is inert (has no effect).