1
0
mirror of https://github.com/pcvolkmer/fastq-tools.git synced 2025-09-13 05:02:53 +00:00

feat: implement info subcommand

This commit is contained in:
2025-08-11 15:36:20 +02:00
parent 6ca8fa3cdb
commit 09c573f2f2
5 changed files with 218 additions and 6 deletions

View File

@@ -10,3 +10,5 @@ readme = "README.md"
[dependencies]
regex = "1.11"
clap = { version = "4.5", features = ["color", "derive"]}
console = "0.16"
itertools = "0.14"