Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 784 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 784 Bytes

catsay 🐱

catsay is a rewrite of cowsay written rust. This small project has been heavily inspired by Practical Rust Projects.

Installation ⏬

clone the repo then run:

cargo build --release

Usage ▶️

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!]