mical-cli-config 0.0.2

Internal config evaluator for mical-cli
Documentation
---
source: crates/config/tests/snapshots.rs
---
# key-value-boolean

## Input

```mical
a true
b false

```

## JSON

```json
{
  "a": true,
  "b": false
}
```

vim:ft=markdown