From 17e7b28f162b3ed75683948144237ee17f81f7a5 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 14 Mar 2026 18:33:20 +0800 Subject: Add converter module and update documentation --- src/bin/jvn.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/bin/jvn.rs') diff --git a/src/bin/jvn.rs b/src/bin/jvn.rs index 965d0ec..c2ae5ec 100644 --- a/src/bin/jvn.rs +++ b/src/bin/jvn.rs @@ -11,7 +11,10 @@ use just_enough_vcs_cli::{ processer::jv_cmd_process, }, debug::verbose_logger::init_verbose_logger, - helpdoc::{DEFAULT_HELPDOC, helpdoc_viewer}, + helpdoc::{ + DEFAULT_HELPDOC, + helpdoc_viewer::{self}, + }, }, }; use just_progress::{ -- cgit