This commit is contained in:
notohh 2024-06-01 14:27:38 -04:00
parent 5248d1de46
commit efd389116e
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -3,7 +3,7 @@ use clap::Parser;
#[derive(Parser, Debug)] #[derive(Parser, Debug)]
pub struct Args { pub struct Args {
#[arg(short)] #[arg(short)]
pub(crate) length: usize, pub length: usize,
#[arg(short)] #[arg(short)]
pub write_to_file: bool, pub write_to_file: bool,
#[arg(short, default_value_t = String::from("generated_pwd.txt"))] #[arg(short, default_value_t = String::from("generated_pwd.txt"))]