trufflesuite / ganache

:warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat?utm_source=github&utm_medium=referral&utm_campaign=2023_Sep_truffle-sunset-2023_announcement_
MIT License
2.6k stars 676 forks source link

Improve defaults merging logic #4492

Open davidmurdoch opened 11 months ago

davidmurdoch commented 11 months ago

The properties for flavors are currently shallow copied onto the CLI defaults, but they really should be deep copied (or just iterated over together when building the yargs options obj)

@jeffsmale90 knows what i'm talking about.