mical-cli-config 0.0.2

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

## Input

```mical
a 42
```

## JSON

```json
{
  "a": 42
}
```

vim:ft=markdown