From 6bd344793e5c2e84361475d6e221007ef21faaad Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 25 Feb 2026 10:58:39 +0800 Subject: Remove ambiguous command error and auto-select longest match --- resources/locales/jvn/en.yml | 4 ---- resources/locales/jvn/zh-CN.yml | 4 ---- 2 files changed, 8 deletions(-) (limited to 'resources') diff --git a/resources/locales/jvn/en.yml b/resources/locales/jvn/en.yml index 8768e6a..801c735 100644 --- a/resources/locales/jvn/en.yml +++ b/resources/locales/jvn/en.yml @@ -12,10 +12,6 @@ process_error: Use `jv -h` to get help - ambiguous_command: | - Multiple commands found, unable to determine which one you want: - %{nodes} - no_node_found: | Unable to find command `%{node}` diff --git a/resources/locales/jvn/zh-CN.yml b/resources/locales/jvn/zh-CN.yml index 455ca90..71953a9 100644 --- a/resources/locales/jvn/zh-CN.yml +++ b/resources/locales/jvn/zh-CN.yml @@ -11,10 +11,6 @@ process_error: 使用 `jv -h` 查看帮助 - ambiguous_command: | - 找到多个命令,无法确定您想要哪一个: - %{nodes} - no_node_found: | 无法找到命令 `%{node}` -- cgit