mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-01 19:58:17 +02:00
Update convert-ps2md.ps1
This commit is contained in:
parent
e142c723de
commit
6aed385f2e
@ -6,7 +6,7 @@
|
|||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> .\convert-ps2md.ps1 myscript.ps1
|
PS> .\convert-ps2md.ps1 myscript.ps1
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Markus Fleschutz | License: CC0
|
Author: Markus Fleschutz · License: CC0
|
||||||
.LINK
|
.LINK
|
||||||
https://github.com/fleschutz/PowerShell
|
https://github.com/fleschutz/PowerShell
|
||||||
#>
|
#>
|
||||||
@ -124,7 +124,7 @@ try {
|
|||||||
}
|
}
|
||||||
|
|
||||||
""
|
""
|
||||||
"*Created by convert-ps2md.ps1*"
|
"*Generated by convert-ps2md.ps1*"
|
||||||
} catch {
|
} catch {
|
||||||
write-error "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
write-error "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user