From 0b82921506c255dbc2bacf8c15bcb21fead7a2d4 Mon Sep 17 00:00:00 2001 From: "Andrew Phillips (aider)" Date: Sat, 10 May 2025 13:53:08 -0300 Subject: [PATCH] chore(list): Add log and anyhow crates --- src/modes/list.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modes/list.rs b/src/modes/list.rs index d2d4b07..1fe4963 100644 --- a/src/modes/list.rs +++ b/src/modes/list.rs @@ -10,6 +10,8 @@ use crate::modes::common::{size_column, string_column}; use prettytable::color; use prettytable::row; use prettytable::{Attr, Cell, Row, Table}; +use log::debug; +use anyhow::anyhow; use rusqlite::Connection; pub fn mode_list(