grss_clone 0.3.0

A command-line search tool similar to grep
Documentation
# grss_clone

A command-line tool to search files, written in Rust.
Following the tutorial here: (https://rust-cli.github.io/book/tutorial/)[Rust Client Tutorial]

## Installation

```bash
cargo install grss_clone
```

## Usage
```bash
grss_clone <pattern> <path>
```

### Where:

pattern: The text pattern to search for
path: The path to the file to search in

## Example

```bash
grss_clone "hello" test.txt
```

Changelog
See the CHANGELOG for a list of all notable changes.

## License

This project is licensed under:

MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)