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;
@@ -9,7 +8,7 @@ use crate::config;
use crate::common::status::StatusInfo;
use serde_json;
use serde_yaml;
use comfy_table::{Cell, Attribute};
use comfy_table::{Table, Cell, Attribute};
use crate::common::status::PathInfo;
use crate::meta_plugin::MetaPluginType;