feat(setup-repo): Use URI to generate target directory if not provided #2

Merged
noah.knegt merged 10 commits from optional-target-dir into main 2025-07-03 23:53:23 +02:00
6 changed files with 31 additions and 16 deletions
Showing only changes of commit 0793c8bbd7 - Show all commits

View File

@@ -12,5 +12,5 @@ repository.workspace = true
anyhow = "1.0" anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] } clap = { version = "4.5", features = ["derive"] }
colored = "3.0" colored = "3.0"
git = { version = "0.1.0", path = "../git" } git = { version = "0.2.0", path = "../git" }
indicatif = "0.17" indicatif = "0.17"