dozr 0.4.1

A flexible `sleep`-like command-line utility for pausing execution with fun timing features.
Documentation
1
2
3
4
5
6
use anyhow::Result;
use dozr::run;

fn main() -> Result<()> {
    run()
}