colored table
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-01-10 22:33:11 +01:00
parent 06b673286a
commit f912217549
2 changed files with 16 additions and 11 deletions

View File

@@ -42,6 +42,7 @@ impl ReviewBackend for DefaultReviewBackend {
}
fn present_prs(&self, table: String) -> eyre::Result<()> {
println!("{table}");
Ok(())
}
}