Closed thorstenkampe closed 8 years ago
Is there any way to prevent section keys to overwrite each other on multiple section reads with --format sh?
--format sh
[section1] source = value1 dest = value1 [section2] source = value2 dest = value2
eval $(crudini --get --format sh ini section1) eval $(crudini --get --format sh ini section2)
Discussing this in issue #41
Is there any way to prevent section keys to overwrite each other on multiple section reads with
--format sh
?