From e4573f8ab0ea2fe707f4bc1d6383af054ec0d83a Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 19 Mar 2026 14:05:12 +0800 Subject: Add verbose logging for stdin source and data length --- resources/locales/jvn/en.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'resources/locales/jvn/en.yml') diff --git a/resources/locales/jvn/en.yml b/resources/locales/jvn/en.yml index 46cd0c5..2c454a7 100644 --- a/resources/locales/jvn/en.yml +++ b/resources/locales/jvn/en.yml @@ -350,6 +350,10 @@ verbose: no_arguments: No command entered! Will output help information user_input: User input command `%{command}` + stdin_path: | + Standard input source file: %{path} + stdin_data: | + Standard input data length: %{len} process_success: Command executed successfully! process_fail: Command execution failed! -- cgit