Skip to content

Allow textual representation of boolean parameters

Simon Spannagel requested to merge boolean into master

with this, boolean config parameters are recognized in the following formats:

my_bool_switch = 1
my_other_bool_switch = false

This makes the configuration parsing more compliant with the TOML boolean definition but preserves present configurations.

User manual is updated with the information.

Edited by Simon Spannagel

Merge request reports