Skip to content

Commit

Permalink
Add short features flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Oct 13, 2023
1 parent 3812634 commit 7f2ea2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub struct Expand {
pub bench: Option<Option<String>>,

/// Space or comma separated list of features to activate
#[arg(long, value_name = "FEATURES", help_heading = FEATURE_SELECTION)]
#[arg(short = 'F', long, value_name = "FEATURES", help_heading = FEATURE_SELECTION)]
pub features: Option<String>,

/// Activate all available features
Expand Down

0 comments on commit 7f2ea2c

Please sign in to comment.