Skip to content

Commit

Permalink
support all yes in cli, help message
Browse files Browse the repository at this point in the history
  • Loading branch information
wznmickey committed Feb 5, 2025
1 parent 0763602 commit fd212cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ struct Args {
/// Path of the config file
#[arg(short, long)]
config: Option<String>,
// Whether to skip the confirmation in downloading and updating files

/// Giving yes to all confirmations in downloading and updating files
#[arg(short)]
yes: bool,
#[command(flatten)]
Expand Down

0 comments on commit fd212cd

Please sign in to comment.