forked from astral-sh/uv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always print JSON output with --format json (astral-sh#3671)
## Summary Closes astral-sh#3670. ## Test Plan ``` uv on charlie/list:main ❯ cargo run pip list --editable Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.15s Running `target/debug/uv pip list --editable` uv on charlie/list:main ❯ cargo run pip list --editable --format json Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.16s Running `target/debug/uv pip list --editable --format json` [] uv on charlie/list:main ❯ cargo run pip list --editable --format freeze Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.15s Running `target/debug/uv pip list --editable --format freeze` uv on charlie/list:main ❯ cargo run pip list --editable --format columns Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.15s Running `target/debug/uv pip list --editable --format columns` ```
- Loading branch information
1 parent
95c9621
commit 223980e
Showing
2 changed files
with
58 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters