We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630875c commit 83d549aCopy full SHA for 83d549a
1 file changed
src/main.rs
@@ -42,7 +42,11 @@ pub enum Preset {
42
}
43
44
#[derive(Parser, Debug)]
45
-#[command(name = "itsxrust", version, about = "ITS region extractor for long-read amplicon sequencing")]
+#[command(
46
+ name = "itsxrust",
47
+ version,
48
+ about = "ITS region extractor for long-read amplicon sequencing"
49
+)]
50
struct Cli {
51
#[command(subcommand)]
52
command: Commands,
0 commit comments