Follows this book for building a Rust CLI: https://rust-cli.github.io/book/ To run cli cd grrs cargo run cargo run main src/main.rs To run tests cd grrs cargo test