Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uv tree --quiet doesn't show the tree #8379

Closed
bluss opened this issue Oct 20, 2024 · 1 comment · Fixed by #8392
Closed

uv tree --quiet doesn't show the tree #8379

bluss opened this issue Oct 20, 2024 · 1 comment · Fixed by #8392
Labels
bug Something isn't working help wanted Contribution especially encouraged

Comments

@bluss
Copy link
Contributor

bluss commented Oct 20, 2024

Just a thing I noticed, that,

uv tree -q

has no output. I think it's expected it shows the tree (and no superfluous status output like resolving etc)

uv 0.4.24

@charliermarsh
Copy link
Member

Yeah uv tree and uv pip list should both show output.

@charliermarsh charliermarsh added the help wanted Contribution especially encouraged label Oct 20, 2024
charliermarsh added a commit that referenced this issue Oct 20, 2024
… flag (#8392)

## Summary

The desired behavior for `uv tree` and `uv pip list` with `-q | --quiet`
flag is
#8379 (comment) to
still produce output. This is implemented here.

Closes #8379

## Test Plan

Use `uv tree -q` or `uv pip list -q` on any uv project setup and expect
the corresponding output.
Added tests for that as well.

---------

Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>
MtkN1 pushed a commit to MtkN1/uv that referenced this issue Oct 21, 2024
… flag (astral-sh#8392)

## Summary

The desired behavior for `uv tree` and `uv pip list` with `-q | --quiet`
flag is
astral-sh#8379 (comment) to
still produce output. This is implemented here.

Closes astral-sh#8379

## Test Plan

Use `uv tree -q` or `uv pip list -q` on any uv project setup and expect
the corresponding output.
Added tests for that as well.

---------

Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Contribution especially encouraged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants