mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 05:17:44 +02:00
Update the manuals
This commit is contained in:
@ -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"
|
||||
"``````"
|
||||
|
Reference in New Issue
Block a user