From bc0875e304cbf2473538e190f26e02fb6538043b Mon Sep 17 00:00:00 2001 From: "Andrew Phillips (aider)" Date: Sat, 10 May 2025 08:24:36 -0300 Subject: [PATCH] fix: remove unused imports and make Args public --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 9a50fb7..35b69ce 100644 --- a/src/main.rs +++ b/src/main.rs @@ -79,7 +79,7 @@ lazy_static! { #[derive(Parser, Debug)] #[command(author, version, about, long_about = None)] -struct Args { +pub struct Args { #[command(flatten)] mode: ModeArgs, #[command(flatten)]