fix typo
This commit is contained in:
parent
5248d1de46
commit
efd389116e
1 changed files with 1 additions and 1 deletions
|
@ -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"))]
|
||||||
|
|
Loading…
Reference in a new issue