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

Make pip list --editable conflicts with --exlcude-editable #5506

Merged
merged 2 commits into from
Jul 27, 2024

Conversation

j178
Copy link
Contributor

@j178 j178 commented Jul 27, 2024

Summary

I think it makes no sense to allow --editable and --exclude-editable at the same time.

Test Plan

$ cargo run -- pip list --editable --exclude-editable
error: the argument '--editable' cannot be used with '--exclude-editable'

Usage: uv.exe pip list --editable

For more information, try '--help'.

@charliermarsh charliermarsh added the cli Related to the command line interface label Jul 27, 2024
@charliermarsh charliermarsh merged commit ae11317 into astral-sh:main Jul 27, 2024
55 checks passed
@charliermarsh
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Related to the command line interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants