Open lundybernard opened 2 months ago
Add a new builtin source for .ini files.
.ini
Conform to the batconf path/tree structure example config.ini file
[root] opt1 = "string value" [root.module] opt2 = 'my path+key is root.module.opt2' [root.module.submodule.path] opt3 = 'more options'
Add a new builtin source for
.ini
files.Requirements:
Conform to the batconf path/tree structure example config.ini file