summaryrefslogtreecommitdiff
path: root/locales/help_docs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-10-30 09:38:19 +0800
committer魏曹先生 <1992414357@qq.com>2025-10-30 09:38:19 +0800
commit3a3f40b2abbaa47063cdc3aeb0149e3d02276c1e (patch)
treec2269fa15f7374435a18db6acf0780b871603538 /locales/help_docs
parent251218ed09d640d7af44f26c6917d8fdb90fc263 (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')
-rw-r--r--locales/help_docs/en.yml4
-rw-r--r--locales/help_docs/zh-CN.yml4
2 files changed, 8 insertions, 0 deletions
diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml
index b886cfa..5a12f8f 100644
--- a/locales/help_docs/en.yml
+++ b/locales/help_docs/en.yml
@@ -346,6 +346,10 @@ jv:
The directory `%{path}` cannot be found!
parse:
+ parser_failed: |
+ Incorrect command input!
+ Please use `jv -h` to view help
+
str_to_sockaddr: |
Error: %{err}
Cannot recognize *`%{str}`* as a valid address, please check your input!
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}`* 识别为有效地址,请检查您的输入!