1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# joyful_minigrep ### Binary crate a mini version of grip but with colored output and some other jazz. ## Usage ```sh # Install binary executable via cargo $ cargo install joyful_minigrep # Run via `mg` $ mg body poem.txt ```