mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Added documentation for uvt alias
This commit is contained in:
parent
e9fc134236
commit
92a3b3c082
1 changed files with 1 additions and 0 deletions
|
|
@ -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|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue