We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6dc57b commit b21a3e0Copy full SHA for b21a3e0
src/main.rs
@@ -49,7 +49,7 @@ pub fn list_specific_trash(seconds: i64) -> Result<(), trash::Error> {
49
}
50
51
let mut table = Table::new(&list);
52
- table.with(Style::modern());
+ table.with(Style::rounded());
53
table.modify(Columns::first(), Alignment::right());
54
println!("{table}");
55
Ok(())
@@ -73,7 +73,7 @@ pub fn list_trash() {
73
))
74
75
76
77
78
79
0 commit comments