tbh yaml too many lines this is k
parent
faa884a645
commit
b2c7df2361
|
|
@ -91,7 +91,9 @@ fn log(f: &String, since: &Option<String>) -> Result<(), String> {
|
||||||
}
|
}
|
||||||
|
|
||||||
for log in result {
|
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(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue