We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4766404 commit 0def166Copy full SHA for 0def166
src/main.rs
@@ -111,7 +111,7 @@ fn main() -> Result<(), Box<dyn Error>> {
111
}
112
_ => unreachable!(),
113
},
114
- ("sequences-stats", Some(matches)) => sequences_stats::stats(matches.is_present("fastq")),
+ ("sequence-stats", Some(matches)) => sequences_stats::stats(matches.is_present("fastq")),
115
// This cannot be reached, since the matches step of
116
// clap assures that a valid subcommand is provided
117
0 commit comments