Usage: ``` imgcat 0.1.0 USAGE: imgcat [FLAGS] [OPTIONS] FLAGS: -h, --help Prints help information --inline --preserve-aspect-ratio -V, --version Prints version information OPTIONS: --height [default: auto] --width [default: auto] ARGS: ``` > cargo run -- me.jpg ### install: ``` cargo install --path . ```