feat: Use info! for progress logging
Replaces existing progress_bar.println()
This commit is contained in:
@@ -9,6 +9,7 @@ mod cli;
|
||||
mod commands;
|
||||
mod logging;
|
||||
mod manifest;
|
||||
mod operator_builder;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> anyhow::Result<()> {
|
||||
|
||||
Reference in New Issue
Block a user