changed allrecordinfo data separator to broken pipe
This commit is contained in:
@@ -300,12 +300,7 @@ fn create_recordinfos(record: &Value) -> String {
|
|||||||
.map(|(key, value)| format!("{}: {}", key, value))
|
.map(|(key, value)| format!("{}: {}", key, value))
|
||||||
.collect();
|
.collect();
|
||||||
|
|
||||||
// 標準出力する時はセルがハイプ区切りになるので、パイプ区切りにしない
|
summary.join(" ¦ ")
|
||||||
if configs::CONFIG.read().unwrap().args.output.is_some() {
|
|
||||||
summary.join(" ‖ ")
|
|
||||||
} else {
|
|
||||||
summary.join("‖")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user