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 aa40efba08
commit 1ceed7c489
9 changed files with 23 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ fn main() {
print!("{}", wslpath::convert(cmd_line.path_string));
},
Err(error) => {
eprintln!("{}", error);
println!("{}", error);
}
}
}