Skip to content

Unhide --emit-index-url and --emit-find-links#2691

Merged
charliermarsh merged 1 commit intomainfrom
charlie/unhide
Mar 27, 2024
Merged

Unhide --emit-index-url and --emit-find-links#2691
charliermarsh merged 1 commit intomainfrom
charlie/unhide

Conversation

@charliermarsh
Copy link
Copy Markdown
Member

Summary

I don't know why I hid these in the first place. Maybe I copied these over from the compat.rs version.

Closes #1502.

@charliermarsh charliermarsh added the cli Related to the command line interface label Mar 27, 2024
@charliermarsh charliermarsh marked this pull request as ready for review March 27, 2024 14:48
@charliermarsh charliermarsh enabled auto-merge (squash) March 27, 2024 14:49
@charliermarsh charliermarsh merged commit 236a416 into main Mar 27, 2024
@charliermarsh charliermarsh deleted the charlie/unhide branch March 27, 2024 14:55
@hofrob
Copy link
Copy Markdown

hofrob commented Mar 29, 2024

I think the wrong params were changed here. The "extra-index-url" parameter should be shown in the requirements.txt. And maybe the "index-url"?

From what I can gather, this MR changes the visibility for the "emit-index-url". (which can stay hidden I think)

@charliermarsh
Copy link
Copy Markdown
Member Author

We intentionally did not change the default. We just made the opt-in setting visible on the CLI.

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.

uv pip compile does not add extra-index-url to the generated output file

3 participants