catsay is a rewrite of cowsay written rust. This small project has been heavily inspired by Practical Rust Projects.
clone
the repo then run:
cargo build --release
catsay 0.1.0
USAGE:
catsay [FLAGS] [OPTIONS] [message]
FLAGS:
-d, --dead Makes the cat appear dead
-h, --help Prints help information
-i, --stdin Read the message from STDIN instead of the argument
-V, --version Prints version information
OPTIONS:
-f, --file <catfile> Load the cat picture from the specified file
ARGS:
<message> What does the cat say? [default: Meow!]