diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-03 15:17:36 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-03 15:17:36 +0800 |
| commit | 6de928360b8be82e06b7eaea67654d557283511a (patch) | |
| tree | ea65b45e9e4a4d3cfb01d8e0246189338cce1cfd | |
| parent | 3491ce1b0ae818eb834bd9ae9dccb82bf40e75fd (diff) | |
Update share command syntax in help documentation
| -rw-r--r-- | locales/help_docs/en.yml | 16 | ||||
| -rw-r--r-- | locales/help_docs/zh-CN.yml | 8 |
2 files changed, 10 insertions, 14 deletions
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 <FILE_PATH> - Display individual file status **FILE TRANSFER**: - share <FILE> <SHEET> <DESC> - Share files to other sheet [[cyan]][REMOTE][[/]] - share import <SHARE_ID> - Import share to current sheet [[cyan]][REMOTE][[/]] - share status - Display current sheet's share status + share <FILE> <SHEET> <DESC> - Share mapping to other sheets [[cyan]][REMOTE][[/]] + share <SHARE_ID> - Import share to current sheet [[cyan]][REMOTE][[/]] + share <REF_SHEET> <FILE> - Import mapping from other ref sheet [[cyan]][REMOTE][[/]] **FILE OPERATIONS**: move <FILE> <TO> - Safely rename files [[cyan]][REMOTE][[/]] @@ -432,13 +432,11 @@ jv: share: | **Share File Visibility** **Usage**: - jv share <file> <sheet> <description> - Share mapping to other sheets - jv share --work - Share files in editor mode + jv share <FILE> <SHEET> <DESCRIPTION> - Share mapping to other sheets + jv share <SHARE_ID> - Import share to current sheet + jv share <REF_SHEET> <FILE> - Import mapping from other reference sheet - jv share status - View incoming shares - - jv share import <share_id> - Import share to current sheet - jv share import <ref_mapping> - 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 <REF表> <文件> - 从其他参考表中导入映射 - jv share status - 查看传入的分享 - - jv share import <分享ID> - 将分享导入到当前表 - jv share import <REF映射> - 从 `ref` 表中导入映射 + jv shares - 查看传入的分享 **提示**:import 命令可使用如下参数 --only-remote - 只在表中导入映射,不修改本地结构 |
