mical-cli-config 0.0.2

Internal config evaluator for mical-cli
Documentation
---
source: crates/config/tests/snapshots.rs
---
# block-string-end-at-outer

## Input

```mical
foo |
  line1
bar baz

```

## JSON

```json
{
  "bar": "baz",
  "foo": "line1\n"
}
```

vim:ft=markdown