tbh yaml too many lines this is k
This commit is contained in:
@@ -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(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user