mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
Add short p
option for package
to match cargo
(#2738)
* Add short package CLI option
This commit is contained in:
parent
67c0f1c5f0
commit
e12acb417e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue