diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-04 17:12:45 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-04 17:12:45 +0800 |
| commit | e063e37fcd6fc5f8d30c532bc3c51b2917c6c44d (patch) | |
| tree | f42d467882d2e8815f1071c5d31541eb4344ddc1 /locales/help_docs/en.yml | |
| parent | bd05f948f44e493322272262fcb366c58f08110a (diff) | |
Completed `jv info` command
Diffstat (limited to 'locales/help_docs/en.yml')
| -rw-r--r-- | locales/help_docs/en.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index caae1da..f83ff64 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -380,6 +380,7 @@ jv: info: | **Display File Details** **Usage**: jv info <FILE_PATH> + Use `--full` to view the full update history Display detailed information about the specified file, including: - File's change history @@ -878,6 +879,15 @@ jv: count_info: | %{dir_count} dir(s), %{file_count} file(s). Total %{size}. + info: + oneline: + table_headers: + prefix: _ + version: VERSION + creator: CREATOR + description: DESCRIPTION + description_current: Editing ... + status: struct_changes_display: | Viewing sheet %{sheet_name} (%{h}h %{m}min %{s}secs ago). |
