laze
laze copied to clipboard
feat: clarify or improve merging of string vs list env entries
currently merging a string with a list, or a list with a string, results in dropping the previous.
This is probably surprising, as it also happens silently.
Options:
- warn or fail
- always merge into list
- other?