Skip to content

Commit

Permalink
add config file
Browse files Browse the repository at this point in the history
  • Loading branch information
CatAnnaDev committed Jul 2, 2024
1 parent fe24235 commit 4137f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd_arg/cmd_line_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pub struct Args {
)]
pub minimized_chrome: bool,

#[arg(short = 'a', long, default_value = ".", help = "save path")]
#[arg(short = 'a', long, default_value = "executable path", help = "save path")]
pub save_path: String,

#[arg(
Expand Down

0 comments on commit 4137f18

Please sign in to comment.