add metrics

This commit is contained in:
2025-05-22 01:08:37 +09:00
parent 4837de580f
commit f09f3c9144
5 changed files with 179 additions and 65 deletions

View File

@ -8,6 +8,7 @@ mod commands;
mod config;
mod git;
mod chat;
mod metrics;
use cli::cli_app;
use seahorse::App;