fix(config): load user config
Some checks failed
Publish Docker Images / coverage-and-sonar (push) Failing after 7m53s

This commit is contained in:
2026-03-08 17:42:31 +01:00
parent d9c3456175
commit 52fd6475a5
3 changed files with 209 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ test-utils = []
[dependencies]
async-trait = "0.1.89"
etcetera = "0.11.0"
clap = { version = "4.5.57", features = ["derive"] }
git-conventional = "0.12.9"
inquire = "0.9.2"