From fb2ffa849a2cf9251cc274ebea5daa9898579787 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 26 Mar 2026 15:55:10 +0800 Subject: Add shell completion system with descriptions and i18n support --- resources/locales/jvn/en.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'resources/locales/jvn/en.yml') diff --git a/resources/locales/jvn/en.yml b/resources/locales/jvn/en.yml index bcc9cdc..2805f04 100644 --- a/resources/locales/jvn/en.yml +++ b/resources/locales/jvn/en.yml @@ -381,3 +381,23 @@ verbose: cmd_process_exec: Entering execution phase cmd_process_exec_failed: Execution phase failed! + +global_flag: + confirm: | + Confirm all operations without prompting + help: | + Show help information + lang: | + Set language + no_error_logs: | + Disable error output + no_progress: | + Disable progress bar + quiet: | + Suppress all non-error output + renderer: | + Specify output renderer + verbose: | + Enable verbose output + version: | + Show version information -- cgit