✏️ fix text

This commit is contained in:
Ondřej Samohel 2024-03-25 15:42:02 +01:00
parent 54db9178a3
commit a046c01456
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -243,7 +243,7 @@ function Write-Help {
Write-Host ""
Write-Info -Text "Usage: ", "./manage.ps1 ", "[command]" -Color Gray, White, Cyan
Write-Host ""
Write-Host "Runtime targets:"
Write-Host "Commands:"
Write-Info -Text " create-env ", "Install Poetry and update venv by lock file" -Color White, Cyan
Write-Info -Text " ruff-check ", "Run Ruff check for the repository" -Color White, Cyan
Write-Info -Text " ruff-fix ", "Run Ruff fix for the repository" -Color White, Cyan