diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-27 06:19:34 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-27 06:19:34 +0800 |
| commit | 94b7d7d80a0c2dd0884bed60659d65c5019f0839 (patch) | |
| tree | 707dd70a475033298abbbe361911cde5ea44226c /src/bin | |
| parent | da1a67d4d32b081fee59f30c43695de21225522a (diff) | |
Remove unused i18n macro declarations
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/jvn.rs | 8 |
1 files changed, 6 insertions, 2 deletions
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 |
