Closed chkpnt closed 6 months ago
Currently, the docs use yes/false for the enabled option. Of cource, this is valid, but using one of the usual pairs yes/no or true/false is less surprising.
yes/false
yes/no
true/false
Oops, that's an oversight on my end. Thank you for reporting this issue.
Fixed in commit e3cfcc61d9bd7aeeee3f6d6c5da9cab164d2b648. All it took was a single change in the Configuration base class.
Currently, the docs use
yes/false
for the enabled option. Of cource, this is valid, but using one of the usual pairsyes/no
ortrue/false
is less surprising.