Updated the manuals

This commit is contained in:
Markus Fleschutz
2024-03-27 17:36:59 +01:00
parent c5b5cb1c6e
commit aed2b7d940
610 changed files with 1754 additions and 1120 deletions

View File

@ -25,7 +25,7 @@ Script Content
.EXAMPLE
PS> ./write-chart.ps1
2023 BOWLING RESULTS
BOWLING RESULTS 2024
████████████████▏ 40.5% Joe
████████████▎ 30.9% Tom
.LINK
@ -62,10 +62,10 @@ function WriteChartLine { param([string]$Text, [float]$Value, [float]$Max)
}
}
Write-Host "`n2023 BOWLING RESULTS" -foregroundColor green
Write-Host "`nBOWLING RESULTS 2024" -foregroundColor green
WriteChartLine "Joe" 40.5 100.0
WriteChartLine "Tom" 30.9 100.0
exit 0 # success
```
*(generated by convert-ps2md.ps1 using the comment-based help of write-chart.ps1 as of 01/25/2024 13:58:43)*
*(generated by convert-ps2md.ps1 using the comment-based help of write-chart.ps1 as of 03/27/2024 17:36:33)*