Detect sections; Unify printing help across the tools

This commit is contained in:
Jaby
2023-06-25 16:38:29 +02:00
committed by Jaby
parent 1d984e0766
commit 32d324430d
9 changed files with 23 additions and 9 deletions

View File

@@ -64,6 +64,6 @@ fn main() {
exit_with_error(error);
}
},
Err(error) => eprintln!("{}", error)
Err(error) => println!("{}", error)
}
}