summaryrefslogtreecommitdiff
path: root/src/cmds/cmd
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-14 18:33:20 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-14 18:33:20 +0800
commit17e7b28f162b3ed75683948144237ee17f81f7a5 (patch)
tree9af1e089b517ba73f601b2ec9eacffbf0f6d2485 /src/cmds/cmd
parent707a1f7c747a08e2ce77df88edc1e72eae9cbebc (diff)
Add converter module and update documentation
Diffstat (limited to 'src/cmds/cmd')
-rw-r--r--src/cmds/cmd/helpdoc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmds/cmd/helpdoc.rs b/src/cmds/cmd/helpdoc.rs
index bebd08c..98e0309 100644
--- a/src/cmds/cmd/helpdoc.rs
+++ b/src/cmds/cmd/helpdoc.rs
@@ -22,7 +22,7 @@ type In = JVHelpdocInput;
type Collect = JVEmptyCollect;
async fn help_str() -> String {
- helpdoc_viewer::display(DEFAULT_HELPDOC).await;
+ helpdoc_viewer::display("commands/helpdoc").await;
String::new()
}