Skip to content

Commit

Permalink
Merge pull request #1049 from cdown/cdown/2024-11-05/find_set
Browse files Browse the repository at this point in the history
find: Add --set as alias of --write-msrv
  • Loading branch information
foresterre authored Nov 5, 2024
2 parents efe5903 + 6cb4f2a commit ce8e867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ pub struct FindOpts {
/// For toolchains which include a Cargo version which supports the rust-version field,
/// the `package.rust-version` field will be written. For older Rust toolchains,
/// the `package.metadata.msrv` field will be written instead.
#[arg(long)]
#[arg(long, visible_alias = "set")]
pub write_msrv: bool,

#[command(flatten)]
Expand Down

0 comments on commit ce8e867

Please sign in to comment.