fix: add missing ColumnType/TableFormat imports and re-export
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
use crate::Alignment;
|
||||
use crate::modes::common::ColumnType;
|
||||
|
||||
use crate::db::{
|
||||
get_item, get_item_last, get_items, get_items_matching, get_item_tags, get_item_meta, Item, Meta, Tag,
|
||||
@@ -63,6 +64,7 @@ pub fn mode_list(
|
||||
table.set_format(*prettytable::format::consts::FORMAT_CLEAN);
|
||||
|
||||
let list_format = args.options.list_format.split(",");
|
||||
use crate::modes::common::ColumnType;
|
||||
|
||||
let mut title_row = row!();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user