1 2 3 4 5
//! Global CLI binary shipped with the `resuma` crate (`cargo install resuma`). fn main() -> anyhow::Result<()> { resuma::run() }