From 0a95bae451c1847f4f0b9601e60959f4e8e6b669 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 12 Mar 2026 14:28:08 +0800 Subject: Refactor display utilities --- src/bin/jvv.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/jvv.rs') diff --git a/src/bin/jvv.rs b/src/bin/jvv.rs index 335e374..885f3e0 100644 --- a/src/bin/jvv.rs +++ b/src/bin/jvv.rs @@ -22,7 +22,7 @@ // use clap::{Parser, Subcommand}; -use cli_utils::{ +use cli_utils::legacy::{ display::{md, size_str}, env::current_locales, logger::build_env_logger, -- cgit