diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-11-10 10:12:19 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-11-10 10:12:19 +0800 |
| commit | 2ab00442ec06ff89a4f3c03ce282a5287d08d353 (patch) | |
| tree | 41191829676be79dcd22b42cdd5c273785595160 /src/bin/jv.rs | |
| parent | 490e3f9aaff5667be380b4ce106ffd4f96c61612 (diff) | |
Consolidate markdown display utilities
Diffstat (limited to 'src/bin/jv.rs')
| -rw-r--r-- | src/bin/jv.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/jv.rs b/src/bin/jv.rs index 9aea225..8589e5e 100644 --- a/src/bin/jv.rs +++ b/src/bin/jv.rs @@ -39,11 +39,10 @@ use just_enough_vcs::{ use just_enough_vcs_cli::{ data::compile_info::CompileInfo, utils::{ - display::{SimpleTable, size_str}, + display::{SimpleTable, md, size_str}, env::current_locales, fs::move_across_partitions, input::{confirm_hint, confirm_hint_or, input_with_editor}, - md_colored::md, socket_addr_helper, }, }; |
