From 94d01961f3231ce00f3055acbbad1cf9ded179f7 Mon Sep 17 00:00:00 2001 From: Anton Lvovych Date: Fri, 14 Nov 2025 07:23:54 +0700 Subject: [PATCH] fix(shard-doc): use proper command for markdown-tree-parser (#911) --- src/core/tools/shard-doc.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/tools/shard-doc.xml b/src/core/tools/shard-doc.xml index bd74d29a..286615f1 100644 --- a/src/core/tools/shard-doc.xml +++ b/src/core/tools/shard-doc.xml @@ -36,7 +36,7 @@ Inform user that sharding is beginning - Execute command: `npx @kayvan/markdown-tree-parser [source-document] [destination-folder]` + Execute command: `npx @kayvan/markdown-tree-parser explode [source-document] [destination-folder]` Capture command output and any errors HALT and display error to user @@ -106,4 +106,4 @@ Consider deleting or archiving the original document. HALT if npx command fails or produces no output files - \ No newline at end of file +