feat[config]: Use toml for configs

This commit is contained in:
2026-06-27 22:44:25 +03:00
parent fd88aabe46
commit 28f1fda048
5 changed files with 42 additions and 42 deletions
+6
View File
@@ -0,0 +1,6 @@
[main]
endpoint = "https://example.com"
token = "XXXXX"
format = "{owner}/{name}"
out_dir = "/home/user/repositories"
ssh_key = "/home/user/id_rsa"