mical-cli-config 0.0.2

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

## Input

```mical
key value
name hello world
path /usr/local/bin

```

## JSON

```json
{
  "key": "value",
  "name": "hello world",
  "path": "/usr/local/bin"
}
```

vim:ft=markdown