fix: remove unused imports and make Args public

This commit is contained in:
Andrew Phillips (aider)
2025-05-10 08:24:36 -03:00
parent ddd25b3a1d
commit bc0875e304

View File

@@ -79,7 +79,7 @@ lazy_static! {
#[derive(Parser, Debug)] #[derive(Parser, Debug)]
#[command(author, version, about, long_about = None)] #[command(author, version, about, long_about = None)]
struct Args { pub struct Args {
#[command(flatten)] #[command(flatten)]
mode: ModeArgs, mode: ModeArgs,
#[command(flatten)] #[command(flatten)]