Open PhilippWendler opened 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.
key += value
I'd really like that for appending helper CPAs.
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
.