feat(cli): Better organized CLI arg parsing

This commit is contained in:
2026-05-14 17:36:06 +02:00
parent e24eb647ca
commit 78eecfc81a
13 changed files with 109 additions and 46 deletions
-1
View File
@@ -85,7 +85,6 @@ def load_config(file: str) -> ArchMgrConfig:
conf = cast(ArchMgrConfig, configuration)
# Recursively load files
print("Requires", requires)
for conf_file in requires:
conf = merge_configs(conf, load_config(conf_file))