added argument parsing and structure with clap

This commit is contained in:
2023-03-08 20:39:57 +01:00
parent ab4d2bf7c3
commit 85218ba57f
5 changed files with 229 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ license-file = "LICENSE.txt"
[dependencies]
bytes = "1.4.0"
clap = { version = "4.1.8", features = ["derive"] }
colored = "2.0.0"
home = "0.5.4"
regex = "1.7.1"