Update the manuals

This commit is contained in:
Markus Fleschutz
2021-10-06 11:11:20 +02:00
parent 4b4a952c09
commit e1efe61eaa
263 changed files with 842 additions and 489 deletions

View File

@ -67,9 +67,10 @@ try {
}
$Syntax = (($full.syntax | Out-String) -replace "`r`n", "`r`n`r`n").Trim()
$Syntax = (($Syntax | Out-String) -replace "/home/markus/Repos/PowerShell/Scripts/", "")
if ($Syntax -ne "") {
""
"## Syntax & Parameters"
"## Parameters"
"``````powershell"
"$Syntax"
"``````"