Remove 'tool' reference on uv run CLI (#6110)

This commit is contained in:
Charlie Marsh
2024-08-15 10:09:02 -04:00
committed by GitHub
parent 7dbed4bb2d
commit 171c39d365
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ uv run [OPTIONS] <COMMAND>
<p>The index given by this flag is given lower priority than all other indexes specified via the <code>--extra-index-url</code> flag.</p>
</dd><dt><code>--isolated</code></dt><dd><p>Run the tool in an isolated virtual environment.</p>
</dd><dt><code>--isolated</code></dt><dd><p>Run the command in an isolated virtual environment.</p>
<p>Usually, the project environment is reused for performance. This option forces a fresh environment to be used for the project, enforcing strict isolation between dependencies and declaration of requirements.</p>