suture-cli 1.0.0

A patch-based version control system with semantic merge for structured files
1
2
3
4
pub(crate) async fn cmd_version() -> Result<(), Box<dyn std::error::Error>> {
    println!("suture {}", env!("CARGO_PKG_VERSION"));
    Ok(())
}