We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--version
1 parent 98b9408 commit 000a611Copy full SHA for 000a611
src/cli.rs
@@ -8,7 +8,7 @@ use std::str::FromStr;
8
///
9
/// Exits non-zero if a sub-command failed.
10
#[derive(Debug, Parser)]
11
-#[clap(name = "mdsh")]
+#[clap(name = "mdsh", version = env!("CARGO_PKG_VERSION"))]
12
pub struct Opt {
13
/// Path to the markdown files. `-` for stdin.
14
#[clap(
0 commit comments