diff --git a/rye/src/cli/remove.rs b/rye/src/cli/remove.rs index f950bdbfcc..3ded3a76bb 100644 --- a/rye/src/cli/remove.rs +++ b/rye/src/cli/remove.rs @@ -17,7 +17,7 @@ pub struct Args { #[arg(required = true)] requirements: Vec, /// Remove this from dev dependencies. - #[arg(long)] + #[arg(short, long)] dev: bool, /// Remove this from an optional dependency group. #[arg(long, conflicts_with = "dev")]