tbh yaml too many lines this is k

main
Bel LaPointe 2023-11-29 06:08:35 -07:00
parent faa884a645
commit b2c7df2361
1 changed files with 3 additions and 1 deletions

View File

@ -91,7 +91,9 @@ fn log(f: &String, since: &Option<String>) -> Result<(), String> {
}
for log in result {
println!("{}", serde_yaml::to_string(&log).unwrap());
for x in log.xs {
println!("{} ({}) {} ({})", log.t, log.d, x.x, x.d);
}
}
Ok(())
}