refactor: Fix compilation by adding imports and adjusting table methods

Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-09-08 18:31:35 -03:00
parent 8d56120b88
commit 33a9049a1f
5 changed files with 13 additions and 10 deletions

View File

@@ -1,5 +1,4 @@
use clap::*;
use is_terminal::IsTerminal;
use std::path::PathBuf;
use std::str::FromStr;
use log::debug;
@@ -43,7 +42,7 @@ use crate::modes::common::OutputFormat;
use crate::config;
use serde_json;
use serde_yaml;
use comfy_table::{Cell, Color, Attribute};
use comfy_table::{Table, Cell, Attribute};
use crate::meta_plugin::{MetaPluginType, get_meta_plugin};
use crate::common::status::{MetaPluginInfo, CompressionInfo};