mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 02:48:17 +00:00
Respect --quiet
flag in uv build
(#7674)
I noticed this was not respected, seems like an oversight.
This commit is contained in:
parent
84e5f6e871
commit
12ab7d1ab7
5 changed files with 105 additions and 27 deletions
|
@ -31,6 +31,8 @@ pub enum BuildOutput {
|
|||
Stderr,
|
||||
/// Send the build backend output to `tracing`.
|
||||
Debug,
|
||||
/// Do not display the build backend output.
|
||||
Quiet,
|
||||
}
|
||||
|
||||
#[derive(Debug, Default, Clone, PartialEq, Eq, serde::Serialize, serde::Deserialize)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue