Progress...
This commit is contained in:
parent
161a886e19
commit
c6f0bdfc5c
2 changed files with 228 additions and 97 deletions
6
SPEC
6
SPEC
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue