ae11317cc0
## Summary I think it makes no sense to allow `--editable` and `--exclude-editable` at the same time. ## Test Plan ```console $ 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'. ```