Merge pull request #200 from ehuss/features-short

Add short features flag
This commit is contained in:
David Tolnay 2023-10-13 08:57:53 -07:00 committed by GitHub
commit d8d674d7b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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