changed separator
This commit is contained in:
@@ -302,9 +302,9 @@ fn create_recordinfos(record: &Value) -> String {
|
||||
|
||||
// 標準出力する時はセルがハイプ区切りになるので、パイプ区切りにしない
|
||||
if configs::CONFIG.read().unwrap().args.output.is_some() {
|
||||
summary.join(" | ")
|
||||
summary.join(" ‖ ")
|
||||
} else {
|
||||
summary.join(" ")
|
||||
summary.join("‖")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user