mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-07 21:18:01 +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. |
|
| 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 |
|
| uvinw | `uv init --no-workspace` | Initialize a new project in a new workspace and environment |
|
||||||
| uvpl | `uv python list` | Lists all python version installed |
|
| 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. |
|
| uvpp | `uv python pin` | Pin the current project to use a specific Python version. |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user