mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Updated the manuals
This commit is contained in:
@ -56,8 +56,8 @@ try {
|
||||
$ScriptName = (Get-Item "$filename").Name
|
||||
$full = Get-Help $filename -Full
|
||||
|
||||
"Script: *$($ScriptName)*"
|
||||
"========================"
|
||||
"The *$($ScriptName)* Script"
|
||||
"==========================="
|
||||
|
||||
$Description = ($full.description | Out-String).Trim()
|
||||
if ($Description -ne "") {
|
||||
|
Reference in New Issue
Block a user