Skip to content


Closed permit to use toml syntaxe as configuration file
nuiton / nuiton-config #19 · created by Tony Chemit
toml syntaxe can permit to create section. https://github.com/toml-lang/toml/blob/master/README.md Integration can be simple because
[MySection]
myoption=toto
become MySection.myoption=toto *(...
updated