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

Add option transformation handler #67

Closed salkinium closed 3 years ago

salkinium commented 3 years ago

Allows to make a StringOption input lower case for example.

Also changes the rendering of the BooleanOption to use yes/no instead of True/False, which makes lbuild discover a touch more human.