⚠️ Under construction
A mini language and test runner for testing command line utilities.
File
In count_lines.clts
```
TEST: printf 'a\nb\nc' | wc -l
EXIT_CODE: 0
OUT: it == 3
```
Which can be run using cli-test
, which runs all .clts
files by default.
If you are a Rust user, you can install with Cargo:
cargo install cli-test
You can run using Docker:
(Under construction)
Or if your platform is supported, you can download the executable
(Under construction)