mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-04 05:17:37 +03:00
Merge pull request #200 from ehuss/features-short
Add short features flag
This commit is contained in:
commit
d8d674d7b0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue