1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-01-01 20:17:50 +08:00

Added documentation for uvt alias

This commit is contained in:
Mohaiminus Sakib 2025-12-02 22:52:58 +01:00 committed by GitHub
parent e9fc134236
commit 92a3b3c082
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,3 +26,4 @@ plugins=(... uv)
| uvsu | `uv sync --upgrade` | Sync the environment, allowing upgrades and ignoring the lock file |
| uvup | `uv self update` | Update the UV tool to the latest version |
| uvv | `uv venv` | Manage virtual environments |
| uvt | `uv tree` | Displays the full dependency tree for the current project environment|