mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Add documentation files
This commit is contained in:
@ -6,8 +6,7 @@
|
||||
.EXAMPLE
|
||||
PS> .\convert-ps2md.ps1 myscript.ps1
|
||||
.NOTES
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz | License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
@ -123,7 +122,10 @@ try {
|
||||
"## Related Links"
|
||||
"$Links"
|
||||
}
|
||||
|
||||
""
|
||||
"*Created by convert-ps2md.ps1*"
|
||||
} catch {
|
||||
write-error "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||
exit 1
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user