rumdl 0.1.51

A fast Markdown linter written in Rust (Ru(st) MarkDown Linter)
Documentation
1
2
3
4
5
6
//! Handler for the `version` command.

/// Print version information.
pub fn handle_version() {
    println!("rumdl {}", env!("CARGO_PKG_VERSION"));
}