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:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user