You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… 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>
… 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.
Closesastral-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>
Just a thing I noticed, that,
has no output. I think it's expected it shows the tree (and no superfluous status output like resolving etc)
uv 0.4.24
The text was updated successfully, but these errors were encountered: