feat: implement clap

This commit is contained in:
2025-08-10 16:38:29 +02:00
parent e7b35953ca
commit 23b331a4f8
3 changed files with 151 additions and 6 deletions

View File

@@ -7,6 +7,7 @@ edition = "2024"
dotenvy = "0.15.7"
discord_client = { path = "lib/actors/discord_client" }
system_monitor = { path = "lib/actors/system_monitor" }
clap = { version = "4.5", features = ["derive"] }
[dev-dependencies]
mockall = "0.13.1"