Skip to content

Commit 2ef6d5c

Browse files
committed
Ruby/QL: Remove unnecessary CLI config
1 parent d942b54 commit 2ef6d5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ql/extractor/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mod extractor;
55
mod generator;
66

77
#[derive(Parser)]
8-
#[command(author, version, about, long_about = None)]
8+
#[command(author, version, about)]
99
enum Cli {
1010
Extract(extractor::Options),
1111
Generate(generator::Options),

ruby/extractor/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mod extractor;
55
mod generator;
66

77
#[derive(Parser)]
8-
#[command(author, version, about, long_about = None)]
8+
#[command(author, version, about)]
99
enum Cli {
1010
Extract(extractor::Options),
1111
Generate(generator::Options),

0 commit comments

Comments
 (0)