grrs-masterbongo 0.1.0

A simple implementation of grep
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# grrs
```
A grep clone

Usage: grrs [OPTIONS] <PATTERN> <PATH>

Arguments:
  <PATTERN>  the pattern to look for
  <PATH>     the path to the file

Options:
  -s, --slow     slow or not
  -v, --verbose  enable verbose output
  -h, --help     Print help
```