An open API service indexing awesome lists of open source software.

https://github.com/pseitz/assert_contains_cli

very simple cli to assert a string is contained or not contained in a stream
https://github.com/pseitz/assert_contains_cli

Last synced: about 1 year ago
JSON representation

very simple cli to assert a string is contained or not contained in a stream

Awesome Lists containing this project

README

          

# 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`