modm-io / lbuild

lbuild: a generic, modular code generator in Python 3
https://pypi.org/project/lbuild
BSD 2-Clause "Simplified" License
37 stars 12 forks source link

Fix input dependencies for boolean option #76

Closed salkinium closed 2 years ago

salkinium commented 2 years ago

It's not very useful if the input of the boolean option is not converted to a boolean first. The string is not very helpful…