From 17db6e4dad312d58d4f118ea7542b1ed835d7675 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 12 Mar 2026 20:36:09 +0800 Subject: Add helpdoc list command --- src/systems/helpdoc.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/systems/helpdoc.rs') diff --git a/src/systems/helpdoc.rs b/src/systems/helpdoc.rs index 4e5b2a6..c36130d 100644 --- a/src/systems/helpdoc.rs +++ b/src/systems/helpdoc.rs @@ -1,5 +1,7 @@ pub mod helpdoc_viewer; +pub const DEFAULT_HELPDOC: &str = "Welcome_To_JVCS"; + helpdoc_system_macros::generate_helpdoc_mapping!(); helpdoc_system_macros::generate_helpdoc_list!(); helpdoc_system_macros::generate_helpdoc_test!(); -- cgit