A simple CLI pomodoro timer written in Rust 🍅
``` USAGE: pomors [OPTIONS]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS: -l, --long-break-sec [default: 1200] -s, --short-break-sec [default: 300] -w, --work-sec [default: 1500] ```
MIT