From 6de928360b8be82e06b7eaea67654d557283511a Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 3 Jan 2026 15:17:36 +0800 Subject: Update share command syntax in help documentation --- locales/help_docs/en.yml | 16 +++++++--------- locales/help_docs/zh-CN.yml | 8 +++----- 2 files changed, 10 insertions(+), 14 deletions(-) (limited to 'locales') diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index 94ed6b8..02d371c 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -263,9 +263,9 @@ jv: info - Display individual file status **FILE TRANSFER**: - share - Share files to other sheet [[cyan]][REMOTE][[/]] - share import - Import share to current sheet [[cyan]][REMOTE][[/]] - share status - Display current sheet's share status + share - Share mapping to other sheets [[cyan]][REMOTE][[/]] + share - Import share to current sheet [[cyan]][REMOTE][[/]] + share - Import mapping from other ref sheet [[cyan]][REMOTE][[/]] **FILE OPERATIONS**: move - Safely rename files [[cyan]][REMOTE][[/]] @@ -432,13 +432,11 @@ jv: share: | **Share File Visibility** **Usage**: - jv share - Share mapping to other sheets - jv share --work - Share files in editor mode + jv share - Share mapping to other sheets + jv share - Import share to current sheet + jv share - Import mapping from other reference sheet - jv share status - View incoming shares - - jv share import - Import share to current sheet - jv share import - Import mapping from `ref` sheet + jv shares - View incoming shares **Tip**: The import command can use the following parameters --only-remote - Only import mapping into the sheet, do not modify local structure diff --git a/locales/help_docs/zh-CN.yml b/locales/help_docs/zh-CN.yml index d8a8014..665283b 100644 --- a/locales/help_docs/zh-CN.yml +++ b/locales/help_docs/zh-CN.yml @@ -422,12 +422,10 @@ jv: **分享文件的可见性** **用法**: jv share <文件> <表> <描述> - 分享映射到其他表 - jv share --work - 编辑器模式下分享文件 + jv share <分享ID> - 将分享导入到当前表 + jv share <文件> - 从其他参考表中导入映射 - jv share status - 查看传入的分享 - - jv share import <分享ID> - 将分享导入到当前表 - jv share import - 从 `ref` 表中导入映射 + jv shares - 查看传入的分享 **提示**:import 命令可使用如下参数 --only-remote - 只在表中导入映射,不修改本地结构 -- cgit