diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-26 16:24:04 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-26 16:24:04 +0800 |
| commit | c0e321067a1a19754041ac7996267adfea881037 (patch) | |
| tree | bb9f8de7e3129ed5de2b465c5570f38599b0e1e2 /resources/helpdoc/commands | |
| parent | ba08a376182c839479e6e81cc60c5a0d24865f7f (diff) | |
Add workspace here command and alias documentation
Diffstat (limited to 'resources/helpdoc/commands')
| -rw-r--r-- | resources/helpdoc/commands/workspace.en.md | 11 | ||||
| -rw-r--r-- | resources/helpdoc/commands/workspace.zh-CN.md | 11 | ||||
| -rw-r--r-- | resources/helpdoc/commands/workspace/here.en.md | 4 | ||||
| -rw-r--r-- | resources/helpdoc/commands/workspace/here.zh-CN.md | 4 |
4 files changed, 30 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 |
