feat(cli) parse event (#125)

* feat(cli) parse `event`

* check possible `Event` for `mode`

* m.bros
This commit is contained in:
Jens Krause
2025-10-13 11:54:06 +02:00
committed by GitHub
parent 758a72fbf6
commit 56e6ce66fa
6 changed files with 199 additions and 18 deletions

View File

@@ -2,6 +2,7 @@ mod app;
mod common;
mod config;
mod constants;
mod event;
mod events;
mod logging;