mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Hide --no-system
from uv pip tree
CLI (#9040)
## Summary This is hidden from all other commands, so it looks like an oversight. Closes #9035.
This commit is contained in:
parent
b3c660c58a
commit
5187f330c1
2 changed files with 2 additions and 2 deletions
|
@ -7033,7 +7033,7 @@ uv pip tree [OPTIONS]
|
|||
<p>May also be set with the <code>UV_NO_PROGRESS</code> environment variable.</p>
|
||||
</dd><dt><code>--no-python-downloads</code></dt><dd><p>Disable automatic downloads of Python.</p>
|
||||
|
||||
</dd><dt><code>--no-system</code></dt><dt><code>--offline</code></dt><dd><p>Disable network access.</p>
|
||||
</dd><dt><code>--offline</code></dt><dd><p>Disable network access.</p>
|
||||
|
||||
<p>When disabled, uv will only use locally cached data and locally available files.</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue