mical-cli-0.0.1 is not a library.
mical
A simple, line-oriented configuration language.
MICAL treats configuration as a flat sequence of key-value pairs — no deep nesting, no implicit hierarchy. Keys and values live on a single line, grouped visually with prefix blocks but remaining logically flat.
host localhost
port 8080
enabled true
server. {
timeout 30
retries 3
}
{
}
Install
Usage
# Evaluate a file (full JSON output)
# Query a specific key
# Query by prefix
# Write output to a file
Documentation
See the language specification for details on syntax, keys, values, prefix blocks, and block strings.
License
MIT