/catsay

Primary LanguageRust

Catsay

A simple CLI built using Rust. This is a mock version of famous cowsay CLI.

Usage

    cd catsay
    cargo build
    cargo run -- --help # See all the options

Testing

    cargo test