mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 13:27:41 +02:00
Update export-scripts2manuals.ps1
This commit is contained in:
@ -70,7 +70,7 @@ try {
|
||||
"## Parameters"
|
||||
"``````powershell"
|
||||
$Syntax = (($full.syntax | Out-String) -replace "`r`n", "`r`n").Trim()
|
||||
$Syntax = (($Syntax | Out-String) -replace "/home/markus/Repos/PowerShell/Scripts/", "")
|
||||
$Syntax = (($Syntax | Out-String) -replace "/home/mf/PowerShell/Scripts/", "")
|
||||
if ($Syntax -ne "") {
|
||||
"$Syntax"
|
||||
}
|
||||
|
Reference in New Issue
Block a user