Add uv tool list --show-python (#15814)

<!--
Thank you for contributing to uv! To help us out with reviewing, please
consider the following:

- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title?
- Does this pull request include references to any relevant issues?
-->

Closes #15312 
Closes https://github.com/astral-sh/uv/issues/16237

---------

Co-authored-by: pythonweb2 <32141163+pythonweb2@users.noreply.github.com>
Co-authored-by: Wade Roberts <wade.roberts@centralsquare.com>
This commit is contained in:
Harshith VH
2025-10-10 23:03:26 +05:30
committed by GitHub
parent 6fb00a9936
commit b4168e665e
10 changed files with 175 additions and 29 deletions
+4
View File
@@ -4899,6 +4899,10 @@ pub struct ToolListArgs {
#[arg(long)]
pub show_extras: bool,
/// Whether to display the Python version associated with run each tool.
#[arg(long)]
pub show_python: bool,
// Hide unused global Python options.
#[arg(long, hide = true)]
pub python_preference: Option<PythonPreference>,