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:
Charlie Marsh
2024-11-11 21:32:31 -05:00
committed by GitHub
parent b3c660c58a
commit 5187f330c1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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>