config-rs
config-rs copied to clipboard
Re-thinking: JSONPath-style value accessing
This is related to #324
We currently support accessing configuration values using a JSONPath-style access pattern
We want to support this in the future as well.
I feel that a ergonomic way to arbitrarily alter config from cli args would be appropriate for the crate. Perhaps with jq inspired syntax.
See: https://github.com/rust-cli/config-rs/issues/64#issuecomment-2486604948