mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Un-hide uv build --no-build-logs
option (#9642)
This commit is contained in:
parent
d4d6da1558
commit
e85319e164
2 changed files with 3 additions and 1 deletions
|
@ -2191,7 +2191,7 @@ pub struct BuildArgs {
|
|||
pub build_logs: bool,
|
||||
|
||||
/// Hide logs from the build backend.
|
||||
#[arg(long, overrides_with("build_logs"), hide = true)]
|
||||
#[arg(long, overrides_with("build_logs"))]
|
||||
pub no_build_logs: bool,
|
||||
|
||||
/// Always build through PEP 517, don't use the fast path for the uv build backend.
|
||||
|
|
|
@ -7904,6 +7904,8 @@ uv build [OPTIONS] [SRC]
|
|||
|
||||
<p>Assumes that the packages’ build dependencies specified by PEP 518 are already installed.</p>
|
||||
|
||||
</dd><dt><code>--no-build-logs</code></dt><dd><p>Hide logs from the build backend</p>
|
||||
|
||||
</dd><dt><code>--no-build-package</code> <i>no-build-package</i></dt><dd><p>Don’t build source distributions for a specific package</p>
|
||||
|
||||
</dd><dt><code>--no-cache</code>, <code>-n</code></dt><dd><p>Avoid reading from or writing to the cache, instead using a temporary directory for the duration of the operation</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue