Skip to content

Commit

Permalink
Add short version -d for rye remove --dev (#1239)
Browse files Browse the repository at this point in the history
Along the lines of  #1044
  • Loading branch information
nikhilweee authored Jul 20, 2024
1 parent 93e4cb8 commit e293330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rye/src/cli/remove.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub struct Args {
#[arg(required = true)]
requirements: Vec<String>,
/// Remove this from dev dependencies.
#[arg(long)]
#[arg(short, long)]
dev: bool,
/// Remove this from an optional dependency group.
#[arg(long, conflicts_with = "dev")]
Expand Down

0 comments on commit e293330

Please sign in to comment.