Skip to content

Commit 724711f

Browse files
Alexendoosunshowers
authored andcommitted
Add -F alias for --features
mirrors rust-lang/cargo#10576
1 parent cc0dc64 commit 724711f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cargo-nextest/src/cargo_cli.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ pub(crate) struct CargoOptions {
8080
build_jobs: Option<String>,
8181

8282
/// Space or comma separated list of features to activate
83-
#[clap(long, group = "cargo-opts")]
83+
#[clap(long, short = 'F', group = "cargo-opts")]
8484
features: Vec<String>,
8585

8686
/// Activate all available features

0 commit comments

Comments
 (0)