Skip to content

Commit

Permalink
Abbreviate --release as -r
Browse files Browse the repository at this point in the history
Cargo will add this in Rust 1.59, rust-lang/cargo#10133
  • Loading branch information
messense committed Feb 23, 2022
1 parent 88007e5 commit 2b13ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pub struct Build {
pub all_targets: bool,

/// Build artifacts in release mode, with optimizations
#[clap(long)]
#[clap(short = 'r', long)]
pub release: bool,

/// Build artifacts with the specified Cargo profile
Expand Down

0 comments on commit 2b13ac4

Please sign in to comment.