summaryrefslogtreecommitdiff
path: root/resources/helpdoc/commands/workspace.en.md
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-19 14:22:23 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-19 14:22:23 +0800
commit66740a1ee38d7eefd302962677a61bb41205bf30 (patch)
treecd019e6e69e860db204f9e8fb133b79af4dc2549 /resources/helpdoc/commands/workspace.en.md
parente4573f8ab0ea2fe707f4bc1d6383af054ec0d83a (diff)
Add sheet subcommand to workspace help documentation
Diffstat (limited to 'resources/helpdoc/commands/workspace.en.md')
-rw-r--r--resources/helpdoc/commands/workspace.en.md11
1 files changed, 9 insertions, 2 deletions
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 <SUBCOMMAND> <PARAM: ?>
## 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 <directory>
+
+### Operate & Display Sheet
+Operate or display the `sheet` under the _current workspace_
+jvn workspace sheet <arguments: ?>
+
+> You can use the following to query detailed usage examples
+> `jvn helpdoc commands/workspace/sheet`