summaryrefslogtreecommitdiff
path: root/src/systems
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-12 20:36:09 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-12 20:36:09 +0800
commit17db6e4dad312d58d4f118ea7542b1ed835d7675 (patch)
tree80c3a6cfc2e1054c769cff7a9b0e66453dcfff7c /src/systems
parent2cc0f1766dec2b0b9eb6bfe0d499f2b6d36a591f (diff)
Add helpdoc list command
Diffstat (limited to 'src/systems')
-rw-r--r--src/systems/helpdoc.rs2
1 files changed, 2 insertions, 0 deletions
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!();