Redo args parsing again and refactor run function

This commit is contained in:
2024-02-12 16:57:15 -06:00
parent ae312a1652
commit d8f4327d4f
5 changed files with 84 additions and 259 deletions

View File

@@ -6,5 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap='4.4.*'
toml='0.8.*'
clap = { version = "4.4.*", features = ["derive"] }
toml = "0.8.*"
itertools = "0.12.*"