use prettytable for tabular outputs
This commit is contained in:
8
cli/src/table.rs
Normal file
8
cli/src/table.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
use prettytable::format;
|
||||
|
||||
pub(crate) fn format() -> format::TableFormat {
|
||||
format::FormatBuilder::new()
|
||||
.column_separator(' ')
|
||||
.borders(' ')
|
||||
.build()
|
||||
}
|
||||
Reference in New Issue
Block a user