mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
parent
6bce5d712f
commit
0ea118077d
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,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