We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c3335 commit 7932c44Copy full SHA for 7932c44
src/main.rs
@@ -14,7 +14,7 @@ use lintrunner::{
14
};
15
16
#[derive(Debug, Parser)]
17
-#[clap(name = "lintrunner", about = "A lint runner", infer_subcommands(true))]
+#[clap(version, name = "lintrunner", infer_subcommands(true))]
18
struct Args {
19
/// Verbose mode (-v, or -vv to show full list of paths being linted)
20
#[clap(short, long, parse(from_occurrences), global = true)]
0 commit comments