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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -2143,7 +2143,7 @@ pub struct RunArgs {
#[arg(long, value_parser = parse_maybe_file_path)]
pub with_requirements: Vec<Maybe<PathBuf>>,
/// Run the tool in an isolated virtual environment.
/// Run the command in an isolated virtual environment.
///
/// Usually, the project environment is reused for performance. This option
/// forces a fresh environment to be used for the project, enforcing strict

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>