Un-hide uv build --no-build-logs option (#9642)

This commit is contained in:
Zanie Blue 2024-12-04 12:22:01 -06:00 committed by GitHub
parent d4d6da1558
commit e85319e164
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -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.

View file

@ -7904,6 +7904,8 @@ uv build [OPTIONS] [SRC]
<p>Assumes that the packages&#8217; 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&#8217;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>