diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-26 15:55:10 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-26 15:55:10 +0800 |
| commit | fb2ffa849a2cf9251cc274ebea5daa9898579787 (patch) | |
| tree | 53b87ee60ba7c6ee7b001221855a6f3bff7e8526 /resources/locales/jvn/en.yml | |
| parent | 4cb7c2e91d7dbde32de31e6ab48683d60212ec1d (diff) | |
Add shell completion system with descriptions and i18n support
Diffstat (limited to 'resources/locales/jvn/en.yml')
| -rw-r--r-- | resources/locales/jvn/en.yml | 20 |
1 files changed, 20 insertions, 0 deletions
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 |
