fix(cli): simplify running the CLI by hiding the maestro inside the implemtation (#93)
All checks were successful
Run Check Script / check (push) Successful in -46s
Compile and package harmony_composer / package_harmony_composer (push) Successful in 4m36s

Co-authored-by: Ian Letourneau <letourneau.ian@gmail.com>
Reviewed-on: #93
This commit is contained in:
2025-08-04 20:59:07 +00:00
parent 06aab1f57f
commit 54990cd1a5
10 changed files with 99 additions and 95 deletions

View File

@@ -1,6 +1,6 @@
use std::sync::{Arc, Mutex, RwLock};
use log::{debug, info, warn};
use log::{debug, warn};
use crate::instrumentation::{self, HarmonyEvent};