laze icon indicating copy to clipboard operation
laze copied to clipboard

feat: clarify or improve merging of string vs list env entries

Open kaspar030 opened this issue 3 months ago • 0 comments

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:

  1. warn or fail
  2. always merge into list
  3. other?

kaspar030 avatar Sep 11 '25 09:09 kaspar030