inserted usage newline

This commit is contained in:
DustInDark
2021-12-23 17:16:48 +09:00
parent c43624dcb2
commit b4a66a8e6f

View File

@@ -70,6 +70,7 @@ impl App {
"{}",
configs::CONFIG.read().unwrap().args.usage().to_string()
);
println!("");
return;
}
if let Some(csv_path) = configs::CONFIG.read().unwrap().args.value_of("output") {