From d9c38ffe771175a5f32b6d4e962ab60695536955 Mon Sep 17 00:00:00 2001 From: "Andrew Phillips (aider)" Date: Sat, 10 May 2025 13:14:40 -0300 Subject: [PATCH] feat: add prettytable color support to list mode --- src/modes/list.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modes/list.rs b/src/modes/list.rs index bc95c4d..80d2fef 100644 --- a/src/modes/list.rs +++ b/src/modes/list.rs @@ -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,