diff --git a/src/args.rs b/src/args.rs index beab0bd..373217f 100644 --- a/src/args.rs +++ b/src/args.rs @@ -3,7 +3,7 @@ use clap::Parser; #[derive(Parser, Debug)] pub struct Args { #[arg(short)] - pub(crate) length: usize, + pub length: usize, #[arg(short)] pub write_to_file: bool, #[arg(short, default_value_t = String::from("generated_pwd.txt"))]