This commit is contained in:
Mikaël Capelle
2023-07-12 20:04:10 +02:00
parent b3b446599a
commit 85e8b4247b
3 changed files with 110 additions and 77 deletions

View File

@@ -51,6 +51,10 @@ function venv {
deactivate
}
"list-python" {
py -0 | Select-Object -Skip 1
}
default {
Write-Error "Unknown venv command ${args[0]}."
}