Skip to content

Commit 02098ba

Browse files
committed
Enable missing --version option;
1 parent aed7981 commit 02098ba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cmd_opts/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ use std::path::PathBuf;
55
#[derive(Parser, Debug, Clone)]
66
#[clap(
77
name = "Zeiver",
8-
about = "Scrape, record, download & scout content from ODs."
8+
about = "Scrape, record, download & scout content from ODs.",
9+
version
910
)]
1011
#[clap(bin_name = "zeiver")]
1112
pub struct Opts {

0 commit comments

Comments
 (0)