Detect sections; Unify printing help across the tools

This commit is contained in:
2023-06-25 16:38:29 +02:00
parent 660faeb1a2
commit 5937bbd763
9 changed files with 23 additions and 9 deletions

View File

@@ -60,7 +60,7 @@ fn main() {
}
},
Err(error) => {
eprintln!("{}", error)
println!("{}", error)
}
}
}