diff --git a/crates/uv-dev/src/generate_cli_reference.rs b/crates/uv-dev/src/generate_cli_reference.rs index d01d64657..5dfcfe75e 100644 --- a/crates/uv-dev/src/generate_cli_reference.rs +++ b/crates/uv-dev/src/generate_cli_reference.rs @@ -143,7 +143,7 @@ fn generate_command<'a>(output: &mut String, command: &'a Command, parents: &mut } let subcommand_name = format!("{name} {}", subcommand.get_name()); output.push_str(&format!( - "
{subcommand_name}{subcommand_name}uv pipManage Python packages with a pip-compatible interface
+uv pipManage Python packages with a pip-compatible interface
uv toolRun and manage tools provided by Python packages (experimental)
+uv toolRun and manage tools provided by Python packages (experimental)
uv pythonManage Python versions and installations (experimental)
+uv pythonManage Python versions and installations (experimental)
uv initCreate a new project (experimental)
+uv initCreate a new project (experimental)
uv runRun a command in an environment (experimental)
+uv runRun a command in an environment (experimental)
uv syncUpdate the project’s environment to match the project’s dependencies (experimental)
+uv syncUpdate the project’s environment to match the project’s dependencies (experimental)
uv lockCreate or update a lockfile for the project’s dependencies (experimental)
+uv lockCreate or update a lockfile for the project’s dependencies (experimental)
uv addAdd one or more packages to the project’s dependencies (experimental)
+uv addAdd one or more packages to the project’s dependencies (experimental)
uv removeRemove one or more packages from the project’s dependencies (experimental)
+uv removeRemove one or more packages from the project’s dependencies (experimental)
uv treeDisplay the dependency tree for the project (experimental)
+uv treeDisplay the dependency tree for the project (experimental)
uv venvCreate a virtual environment
+uv venvCreate a virtual environment
uv cacheManage the cache
+uv cacheManage the cache
uv versionDisplay uv’s version
+uv versionDisplay uv’s version
uv helpDisplay documentation for a command
+uv helpDisplay documentation for a command
uv pip compileCompile a requirements.in file to a requirements.txt file
uv pip compileCompile a requirements.in file to a requirements.txt file
uv pip syncSync an environment with a requirements.txt file
uv pip syncSync an environment with a requirements.txt file
uv pip installInstall packages into an environment
+uv pip installInstall packages into an environment
uv pip uninstallUninstall packages from an environment
+uv pip uninstallUninstall packages from an environment
uv pip freezeList, in requirements format, packages installed in an environment
+uv pip freezeList, in requirements format, packages installed in an environment
uv pip listList, in tabular format, packages installed in an environment
+uv pip listList, in tabular format, packages installed in an environment
uv pip showShow information about one or more installed packages
+uv pip showShow information about one or more installed packages
uv pip treeDisplay the dependency tree for an environment
+uv pip treeDisplay the dependency tree for an environment
uv pip checkVerify installed packages have compatible dependencies
+uv pip checkVerify installed packages have compatible dependencies
uv tool runRun a tool
+uv tool runRun a tool
uv tool installInstall a tool
+uv tool installInstall a tool
uv tool listList installed tools
+uv tool listList installed tools
uv tool uninstallUninstall a tool
+uv tool uninstallUninstall a tool
uv tool update-shellEnsure that the tool executable directory is on PATH
uv tool update-shellEnsure that the tool executable directory is on PATH
uv tool dirShow the tools directory
+uv tool dirShow the tools directory
uv python listList the available Python installations
+uv python listList the available Python installations
uv python installDownload and install Python versions
+uv python installDownload and install Python versions
uv python findSearch for a Python installation
+uv python findSearch for a Python installation
uv python pinPin to a specific Python version
+uv python pinPin to a specific Python version
uv python dirShow the uv Python installation directory
+uv python dirShow the uv Python installation directory
uv python uninstallUninstall Python versions
+uv python uninstallUninstall Python versions
uv cache cleanClear the cache, removing all entries or those linked to specific packages
+uv cache cleanClear the cache, removing all entries or those linked to specific packages
uv cache prunePrune all unreachable objects from the cache
+uv cache prunePrune all unreachable objects from the cache
uv cache dirShow the cache directory
+uv cache dirShow the cache directory