mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-24 18:43:46 +08:00
Added missing documentation for uvpu
This commit is contained in:
parent
0dc0a1bad6
commit
25cd9afde5
@ -30,5 +30,6 @@ plugins=(... uv)
|
||||
| uvi | `uv init` | Initialize a new project in current workspace and environment. |
|
||||
| uvinw | `uv init --no-workspace` | Initialize a new project in a new workspace and environment |
|
||||
| uvpl | `uv python list` | Lists all python version installed |
|
||||
| uvpi | `uv python install` | Install a specific versino of python |
|
||||
| uvpi | `uv python install` | Install a specific version of python |
|
||||
| uvpu | `uv python uninstall` | Remove a specific version of python |
|
||||
| uvpp | `uv python pin` | Pin the current project to use a specific Python version. |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user