Add short p option for package to match cargo (#2738)

* Add short package CLI option
This commit is contained in:
Matt Hunzinger 2024-07-29 21:37:12 -04:00 committed by GitHub
parent 67c0f1c5f0
commit e12acb417e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ pub struct TargetArgs {
pub bin: Option<String>,
/// The package to build
#[clap(long)]
#[clap(short, long)]
pub package: Option<String>,
/// Space separated list of features to activate