mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Merge 0ea118077d
into f609e1ddaf
This commit is contained in:
commit
dd96b3f91e
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,8 @@ pub(crate) async fn list(
|
|||
PythonListKinds::Installed => None,
|
||||
PythonListKinds::Downloads => Some(if all_platforms {
|
||||
base_download_request
|
||||
} else if all_arches {
|
||||
base_download_request.fill_platform()?.with_any_arch()
|
||||
} else {
|
||||
base_download_request.fill_platform()?
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue