From 17e7b28f162b3ed75683948144237ee17f81f7a5 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 14 Mar 2026 18:33:20 +0800 Subject: Add converter module and update documentation --- resources/helpdoc/commands/workspace.en.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 resources/helpdoc/commands/workspace.en.md (limited to 'resources/helpdoc/commands/workspace.en.md') diff --git a/resources/helpdoc/commands/workspace.en.md b/resources/helpdoc/commands/workspace.en.md new file mode 100644 index 0000000..000943d --- /dev/null +++ b/resources/helpdoc/commands/workspace.en.md @@ -0,0 +1,14 @@ +> Workspace Management Commands + +## Usage +jvn workspace + +## Subcommands + +### Initialize +Initialize a workspace in the _current directory_ +jvn workspace init + +### Create +Initialize a workspace in a _specified directory_ +jvn workspace create -- cgit