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