cco 0.2.0

cascading configuration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: tests/cli.rs
expression: result
input_file: tests/cli/evaluate/values.hcl
---
bool: true
integer: 1
float: 1.99
string: hello world
map:
  key: value
list:
- item1
- item2