1 2 3 4 5
//! The `rusync2` command; an alias for `rusync`. fn main() -> anyhow::Result<()> { rusync::cli::run() }