Skip to content

Commit

Permalink
Add -F alias for --features
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexendoo authored and sunshowers committed Jun 20, 2022
1 parent cc0dc64 commit 724711f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-nextest/src/cargo_cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pub(crate) struct CargoOptions {
build_jobs: Option<String>,

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

/// Activate all available features
Expand Down

0 comments on commit 724711f

Please sign in to comment.