Roger-luo / Configurations.jl

Options & Configurations made easy.
https://configurations.rogerluo.dev/stable
MIT License
80 stars 12 forks source link

Feature Request: let `from_kwargs` accept higher-level names with full Option value #105

Open schlichtanders opened 1 day ago

schlichtanders commented 1 day ago

currently, from_kwargs and related methods only accept leaf values. However sometimes it is handy to overwrite whole subset by specifying the entire Option value for the subtree.