Clone git repositories internally (#10)

This commit is contained in:
Ahmed Allam
2025-08-16 23:47:36 +01:00
committed by GitHub
parent 344a8e3db7
commit 08ce23f410
5 changed files with 143 additions and 5 deletions
+2
View File
@@ -248,6 +248,8 @@ class StrixCLIApp(App): # type: ignore[misc]
if args.target_type == "local_code" and "target_path" in args.target_dict:
config["local_source_path"] = args.target_dict["target_path"]
elif args.target_type == "repository" and "cloned_repo_path" in args.target_dict:
config["local_source_path"] = args.target_dict["cloned_repo_path"]
return config