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)]