sosy-lab / java-common-lib

SoSy-Lab Java Common Library
https://www.sosy-lab.org
Apache License 2.0
12 stars 11 forks source link

Feature for appending to configuration values #9

Open PhilippWendler opened 8 years ago

PhilippWendler commented 8 years ago

For configuration options that are a list of some values, it would often be helpful to be able to append to the existing value (either the default value, or from some included file) instead of overwriting it.

A possible syntax would be key += value.

cheshire commented 8 years ago

I'd really like that for appending helper CPAs.