We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e9dada + 5d234cd commit 5c754ccCopy full SHA for 5c754cc
1 file changed
src/main.rs
@@ -6,7 +6,7 @@ use std::env;
6
#[derive(Parser)]
7
#[command(name = "repos")]
8
#[command(about = "A tool to manage multiple GitHub repositories")]
9
-#[command(version = "0.1.0")]
+#[command(version)]
10
struct Cli {
11
#[command(subcommand)]
12
command: Commands,
0 commit comments