Skip to content

Commit

Permalink
Adjust manage.sh and manage.ps1 run documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-ynput committed Sep 30, 2024
1 parent a10f0e5 commit 3a75ebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/manage.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ function Write-Help {
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
Write-Info -Text " codespell ", "Run codespell check for the repository" -Color White, Cyan
Write-Info -Text " run ", "Run the repository" -Color White, Cyan
Write-Info -Text " run ", "Run a poetry command in the repository environment" -Color White, Cyan
Write-Host ""
}

Expand Down
2 changes: 1 addition & 1 deletion tools/manage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ default_help() {
echo -e " ${BWhite}ruff-check${RST} ${BCyan}Run Ruff check for the repository${RST}"
echo -e " ${BWhite}ruff-fix${RST} ${BCyan}Run Ruff fix for the repository${RST}"
echo -e " ${BWhite}codespell${RST} ${BCyan}Run codespell check for the repository${RST}"
echo -e " ${BWhite}run${RST} ${BCyan}Run the repository${RST}"
echo -e " ${BWhite}run${RST} ${BCyan}Run a poetry command in the repository environment${RST}"
echo ""
}

Expand Down

0 comments on commit 3a75ebc

Please sign in to comment.