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/en.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/en.yml')
| -rw-r--r-- | locales/help_docs/en.yml | 4 |
1 files changed, 4 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! |
