From 94b7d7d80a0c2dd0884bed60659d65c5019f0839 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 27 Feb 2026 06:19:34 +0800 Subject: Remove unused i18n macro declarations --- src/bin/jvn.rs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/bin/jvn.rs') diff --git a/src/bin/jvn.rs b/src/bin/jvn.rs index aa438d0..bfaa21a 100644 --- a/src/bin/jvn.rs +++ b/src/bin/jvn.rs @@ -84,8 +84,12 @@ async fn main() { // Process commands let render_result = match jv_cmd_process( - &args, - JVCommandContext { help, confirmed }, + &args.clone(), + JVCommandContext { + help, + confirmed, + args: args.clone(), + }, renderer_override, ) .await -- cgit