Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added --pin argument to rye add #341

Merged
merged 1 commit into from
Jun 20, 2023
Merged

Added --pin argument to rye add #341

merged 1 commit into from
Jun 20, 2023

Conversation

mitsuhiko
Copy link
Collaborator

Fixes #340

@@ -290,10 +316,9 @@ pub fn execute(cmd: Args) -> Result<(), Error> {
// local versions or versions with only one component cannot
// use ~= but need to use ==.
match default_operator {
Operator::EqualStar
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This also fixes a bug that sneaked in.

@mitsuhiko mitsuhiko merged commit 741cde3 into main Jun 20, 2023
@mitsuhiko mitsuhiko deleted the feature/pin-arg branch June 20, 2023 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Override Pinning Operator for rye add
1 participant