Added cli for subcommands

This commit is contained in:
2022-08-10 12:34:04 +02:00
parent 6f1f21f710
commit f5e1e3027a
9 changed files with 399 additions and 199 deletions

View File

@@ -11,3 +11,4 @@ serde = { version = "1.0.143", features = ["derive"] }
serde_yaml = "0.9.4"
walkdir = "2.3.2"
git2 = { version = "0.15.0", features = ["ssh"] }
clap = "3.2.16"