make harmony_cli::init private
All checks were successful
Run Check Script / check (pull_request) Successful in -49s

This commit is contained in:
Ian Letourneau 2025-08-04 16:46:11 -04:00
parent 4ac74bc862
commit eab27b1f66

View File

@ -103,7 +103,7 @@ pub async fn run<T: Topology + Send + Sync + 'static>(
result
}
pub async fn init<T: Topology + Send + Sync + 'static>(
async fn init<T: Topology + Send + Sync + 'static>(
maestro: harmony::maestro::Maestro<T>,
args_struct: Option<Args>,
) -> Result<(), Box<dyn std::error::Error>> {