Detect sections; Unify printing help across the tools
This commit is contained in:
@@ -13,7 +13,7 @@ fn main() {
|
||||
print!("{}", wslpath::convert(cmd_line.path_string));
|
||||
},
|
||||
Err(error) => {
|
||||
eprintln!("{}", error);
|
||||
println!("{}", error);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user