Skip to content

Commit

Permalink
Add alias maturin dev for maturin develop subcommand
Browse files Browse the repository at this point in the history
Cargo use `cargo d` for `cargo doc`, to avoid possible confusion we use `dev`
instead
  • Loading branch information
messense committed Jun 29, 2022
1 parent 404f5d0 commit bee00a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ enum Opt {
#[clap(long)]
target: Option<String>,
},
#[clap(name = "develop")]
#[clap(name = "develop", alias = "dev")]
/// Installs the crate as module in the current virtualenv
///
/// Note that this command doesn't create entrypoints
Expand Down

0 comments on commit bee00a2

Please sign in to comment.