mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Improve interface
This commit is contained in:
parent
6012b9de8f
commit
29651edceb
9 changed files with 60 additions and 63 deletions
|
@ -990,7 +990,7 @@ fn parse_find_links(input: &str) -> Result<Maybe<PipFindLinks>, String> {
|
|||
if input.is_empty() {
|
||||
Ok(Maybe::None)
|
||||
} else {
|
||||
IndexUrl::parse_preserving_trailing_slash(input)
|
||||
IndexUrl::parse_find_links(input)
|
||||
.map(Index::from_find_links)
|
||||
.map(|index| Index {
|
||||
origin: Some(Origin::Cli),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue