summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-26 16:24:04 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-26 16:24:04 +0800
commitc0e321067a1a19754041ac7996267adfea881037 (patch)
treebb9f8de7e3129ed5de2b465c5570f38599b0e1e2 /resources
parentba08a376182c839479e6e81cc60c5a0d24865f7f (diff)
Add workspace here command and alias documentation
Diffstat (limited to 'resources')
-rw-r--r--resources/helpdoc/commands/workspace.en.md11
-rw-r--r--resources/helpdoc/commands/workspace.zh-CN.md11
-rw-r--r--resources/helpdoc/commands/workspace/here.en.md4
-rw-r--r--resources/helpdoc/commands/workspace/here.zh-CN.md4
-rw-r--r--resources/locales/jvn/converters/space_error/en.yml4
-rw-r--r--resources/locales/jvn/converters/space_error/zh-CN.yml4
6 files changed, 38 insertions, 0 deletions
diff --git a/resources/helpdoc/commands/workspace.en.md b/resources/helpdoc/commands/workspace.en.md
index 183a2d8..19a9609 100644
--- a/resources/helpdoc/commands/workspace.en.md
+++ b/resources/helpdoc/commands/workspace.en.md
@@ -19,3 +19,14 @@ jvn workspace sheet <arguments: ?>
> You can use the following to query detailed usage examples
> `jvn helpdoc commands/workspace/sheet`
+
+### Operate ID Alias
+Operate or read the `ID alias mapping` under the _current workspace_
+jvn workspace alias <arguments: ?>
+
+> You can use the following to query detailed usage examples
+> `jvn helpdoc commands/workspace/alias`
+
+### Query Workspace Directory
+Print the directory of the _current workspace_
+jvn workspace here
diff --git a/resources/helpdoc/commands/workspace.zh-CN.md b/resources/helpdoc/commands/workspace.zh-CN.md
index 4f3d537..6bcd32b 100644
--- a/resources/helpdoc/commands/workspace.zh-CN.md
+++ b/resources/helpdoc/commands/workspace.zh-CN.md
@@ -19,3 +19,14 @@ jvn workspace sheet <参数: ?>
> 您可以使用如下查询详细用例
> `jvn helpdoc commands/workspace/sheet`
+
+### 操作 ID 别名
+操作或读取_当前工作区_下的 `ID 别名映射`
+jvn workspace alias <参数: ?>
+
+> 您可以使用如下查询详细用例
+> `jvn helpdoc commands/workspace/alias`
+
+### 查询工作区所在目录
+打印_当前工作区_的目录
+jvn workspace here
diff --git a/resources/helpdoc/commands/workspace/here.en.md b/resources/helpdoc/commands/workspace/here.en.md
new file mode 100644
index 0000000..8cc0b01
--- /dev/null
+++ b/resources/helpdoc/commands/workspace/here.en.md
@@ -0,0 +1,4 @@
+> Print the directory of the `current workspace`
+
+## Usage
+jvn workspace here
diff --git a/resources/helpdoc/commands/workspace/here.zh-CN.md b/resources/helpdoc/commands/workspace/here.zh-CN.md
new file mode 100644
index 0000000..b1b569e
--- /dev/null
+++ b/resources/helpdoc/commands/workspace/here.zh-CN.md
@@ -0,0 +1,4 @@
+> 打印 `当前工作区` 的目录
+
+## 使用
+jvn workspace here
diff --git a/resources/locales/jvn/converters/space_error/en.yml b/resources/locales/jvn/converters/space_error/en.yml
new file mode 100644
index 0000000..7554416
--- /dev/null
+++ b/resources/locales/jvn/converters/space_error/en.yml
@@ -0,0 +1,4 @@
+space_error:
+ space_not_found: Space not found
+ path_fmt_error: |
+ Path format error: %{error}
diff --git a/resources/locales/jvn/converters/space_error/zh-CN.yml b/resources/locales/jvn/converters/space_error/zh-CN.yml
new file mode 100644
index 0000000..b402155
--- /dev/null
+++ b/resources/locales/jvn/converters/space_error/zh-CN.yml
@@ -0,0 +1,4 @@
+space_error:
+ space_not_found: 空间未找到
+ path_fmt_error: |
+ 路径格式错误: %{error}