Added create command

This commit is contained in:
Kevin Veen-Birkenbach
2025-03-13 14:34:22 +01:00
parent 7b3c16d9ad
commit e40c8433a4
5 changed files with 129 additions and 5 deletions

View File

@@ -12,4 +12,4 @@ def get_repo_dir(repositories_base_dir:str,repo:{})->str:
print(f"Key '{key}' is missing.")
else:
print(f"Error: {e} \nThe base {base} seems not correct configured.\nPlease configure it correct.")
sys.exit(1)
sys.exit(3)