We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d942b54 commit 2ef6d5cCopy full SHA for 2ef6d5c
ql/extractor/src/main.rs
@@ -5,7 +5,7 @@ mod extractor;
5
mod generator;
6
7
#[derive(Parser)]
8
-#[command(author, version, about, long_about = None)]
+#[command(author, version, about)]
9
enum Cli {
10
Extract(extractor::Options),
11
Generate(generator::Options),
ruby/extractor/src/main.rs
0 commit comments