fix(cli): merge config based on the first one#13117
Conversation
Package Changes Through 357912cThere are 6 changes which include @tauri-apps/api with patch, tauri-bundler with patch, tauri-cli with minor, tauri with minor, tauri-utils with minor, @tauri-apps/cli with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
|
New behavior in this PR looks unable to remove key with second / later -c option which is inconvenient and inconsistent I think. When we divide Is there any reason to merge -c options into one then merge, instead of merge to original config one by one? |
|
We need to store it in the I don't know if changing it to a vector of merge configs would be breaking or not, or we could change the way we pre-merge the configs? Like instead of removing the value, we preserve them as |
* fix(cli): merge config based on the first one * Add change file
* fix(cli): merge config based on the first one * Add change file
Fix #13114
Fix the behavior change from #12970