diff --git a/src/main.rs b/src/main.rs index 7c727bd..9258f53 100644 --- a/src/main.rs +++ b/src/main.rs @@ -29,7 +29,7 @@ extern crate serde; /** * Main struct for command-line arguments. */ -#[derive(Parser, Debug)] +#[derive(Parser, Debug, Clone)] #[command(author, version, about, long_about = None)] pub struct Args { #[command(flatten)]