diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-10-30 09:38:19 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-10-30 09:38:19 +0800 |
| commit | 3a3f40b2abbaa47063cdc3aeb0149e3d02276c1e (patch) | |
| tree | c2269fa15f7374435a18db6acf0780b871603538 /locales/help_docs/zh-CN.yml | |
| parent | 251218ed09d640d7af44f26c6917d8fdb90fc263 (diff) | |
Simplify commands and improve jv error handling
- Add help command alias for jv - Improve parser error message
formatting - Fix code formatting in jvv commands
Diffstat (limited to 'locales/help_docs/zh-CN.yml')
| -rw-r--r-- | locales/help_docs/zh-CN.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locales/help_docs/zh-CN.yml b/locales/help_docs/zh-CN.yml index 751a2d3..4d3212e 100644 --- a/locales/help_docs/zh-CN.yml +++ b/locales/help_docs/zh-CN.yml @@ -354,6 +354,10 @@ jv: 您给出的目录 `%{path}` 无法找到! parse: + parser_failed: | + 错误的命令输入! + 请使用 `jv -h` 查看帮助 + str_to_sockaddr: | 错误:%{err} 无法将 *`%{str}`* 识别为有效地址,请检查您的输入! |
