# Roulette Serve a random image! ## Usage ``` Serve a random image! Usage: roulette-rs [OPTIONS] [PATHS]... Arguments: [PATHS]... Paths to search for images in Options: -b, --bind IP to bind to when serving on [default: 0.0.0.0] -p, --port Port to serve the http server on [default: 8080] -r, --recursive Whether or not to recursively search for images in supplied paths -h, --help Print help information -V, --version Print version information ``` --- This project is a rust rewrite of a [friend's project](https://git.seedno.de/seednode/roulette) that I did for fun.