Progress...

This commit is contained in:
Darren 'Tadgy' Austin 2019-07-18 17:45:01 +01:00
commit c6f0bdfc5c
2 changed files with 228 additions and 97 deletions

6
SPEC
View file

@ -20,3 +20,9 @@ Escaping of shell special characters is not required. ???
* The .-+ characters in section names will be converted to _
* Section names are case sensitive (unless --ignore-case? is used), so 'Foo' and 'foo' are different sections.
* Whitespace is ignored before and after the section name.
Booleans
--------
* no_<option> sets it to 0/false, else 1/true.
* Later settings of the same key override previous ones - last one wins.