output formatting and printing performance improvements

This commit is contained in:
sreedevk
2025-07-19 01:26:46 +00:00
parent 130a8f99ba
commit 711eb36fb9
2 changed files with 30 additions and 70 deletions

View File

@@ -24,7 +24,7 @@ fn main() -> Result<()> {
server.hw_duplicate_set,
server.max_file_path_len.load(Ordering::Acquire),
&app_args,
)?;
);
}
true => {
Interactive::init(server.hw_duplicate_set, &app_args)?;