feat: add prettytable color support to list mode

This commit is contained in:
Andrew Phillips (aider)
2025-05-10 13:14:40 -03:00
parent d65289e9fa
commit d9c38ffe77

View File

@@ -6,7 +6,7 @@ use crate::modes::common::{size_column, string_column};
use prettytable::row;
use prettytable::{Attr, Cell, Row, Table};
use rusqlite::Connection;
use std::io::ErrorKind;
use prettytable::color;
pub fn mode_list(
cmd: &mut Command,