Skip to content

Commit

Permalink
πŸ› check-replace option is optional and default to ask
Browse files Browse the repository at this point in the history
  • Loading branch information
mleduque committed Aug 2, 2024
1 parent e9279de commit 9977952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modda-lib/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ pub struct Install {
pub record_with_comment_as_field: bool,

/// Decides what to do if a replace action has a `strict` property that is not obeyed.<br>
#[arg(long)]
#[arg(long, default_value = "ask")]
pub check_replace: StrictReplaceAction,
}

Expand Down

0 comments on commit 9977952

Please sign in to comment.