mical-cli-config 0.0.2

Internal config evaluator for mical-cli
Documentation
---
source: crates/config/tests/snapshots.rs
---
# prefix-block-nested

## Input

```mical
outer {
  inner {
    key value
  }
}

```

## JSON

```json
{
  "outerinnerkey": "value"
}
```

vim:ft=markdown