We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--version
1 parent aed7981 commit 02098baCopy full SHA for 02098ba
1 file changed
cmd_opts/src/lib.rs
@@ -5,7 +5,8 @@ use std::path::PathBuf;
5
#[derive(Parser, Debug, Clone)]
6
#[clap(
7
name = "Zeiver",
8
- about = "Scrape, record, download & scout content from ODs."
+ about = "Scrape, record, download & scout content from ODs.",
9
+ version
10
)]
11
#[clap(bin_name = "zeiver")]
12
pub struct Opts {
0 commit comments