Add /sync git push command

This commit is contained in:
TheGeneralist 2026-02-04 12:41:55 +01:00
parent b45b199ee5
commit 37523a874b
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
3 changed files with 382 additions and 1 deletions

View file

@ -5,6 +5,7 @@ edition = "2021"
[dependencies]
anyhow = "1"
chrono = { version = "0.4", default-features = false, features = ["clock"] }
clap = { version = "4", features = ["derive"] }
env_logger = "0.11"
log = "0.4"