feat: add prettytable color support to list mode
This commit is contained in:
@@ -6,7 +6,7 @@ use crate::modes::common::{size_column, string_column};
|
|||||||
use prettytable::row;
|
use prettytable::row;
|
||||||
use prettytable::{Attr, Cell, Row, Table};
|
use prettytable::{Attr, Cell, Row, Table};
|
||||||
use rusqlite::Connection;
|
use rusqlite::Connection;
|
||||||
use std::io::ErrorKind;
|
use prettytable::color;
|
||||||
|
|
||||||
pub fn mode_list(
|
pub fn mode_list(
|
||||||
cmd: &mut Command,
|
cmd: &mut Command,
|
||||||
|
|||||||
Reference in New Issue
Block a user