2 releases
0.1.1 | Oct 19, 2020 |
---|---|
0.1.0 | Oct 19, 2020 |
#515 in Testing
45 downloads per month
3KB
assert_contains_cli
Very simple cli to assert a string is contained or not contained in a stream
Installation
cargo install assert_contains_cli
This will install 2 cli tools, assert_contains
and assert_contains_not
Usage
cat myfile | assert_contains coolstuff
cat myfile | assert_contains_not mediocrestuff