knf-cli 0.3.2

Merge layered configuration files and print the result
1
2
3
4
5
6
7
8
---
source: crates/knf/tests/cli.rs
expression: "run_err(&dir, &[\"f.json\", \"--interpolate\"])"
---
error: invalid reference
  --> t: malformed index in reference `${tags[x]}`
help: a reference is `${key.path}` (with `[n]` for array elements) or `${env:NAME}`; write `$$` for a literal `$`
help: drop --interpolate to pass `${...}` through untouched