diff options
Diffstat (limited to 'resources/helpdoc')
| -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 |
