From 66740a1ee38d7eefd302962677a61bb41205bf30 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 19 Mar 2026 14:22:23 +0800 Subject: Add sheet subcommand to workspace help documentation --- resources/helpdoc/commands/workspace.en.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'resources/helpdoc/commands/workspace.en.md') diff --git a/resources/helpdoc/commands/workspace.en.md b/resources/helpdoc/commands/workspace.en.md index 000943d..183a2d8 100644 --- a/resources/helpdoc/commands/workspace.en.md +++ b/resources/helpdoc/commands/workspace.en.md @@ -6,9 +6,16 @@ jvn workspace ## Subcommands ### Initialize -Initialize a workspace in the _current directory_ +Initialize a `workspace` in the _current directory_ jvn workspace init ### Create -Initialize a workspace in a _specified directory_ +Initialize a `workspace` in a _specified directory_ jvn workspace create + +### Operate & Display Sheet +Operate or display the `sheet` under the _current workspace_ +jvn workspace sheet + +> You can use the following to query detailed usage examples +> `jvn helpdoc commands/workspace/sheet` -- cgit