1 2 3 4 5 6
//! Handler for the `version` command. /// Print version information. pub fn handle_version() { println!("rumdl {}", env!("CARGO_PKG_VERSION")); }