Moved tip so it's not in the patchnotes file and won't be included in pipeline

This commit is contained in:
Zachary Gorman 2025-03-07 12:48:30 -08:00
parent fcd8876198
commit a36b1dec7a
2 changed files with 7 additions and 2 deletions

View file

@ -197,6 +197,13 @@ begin {
$scriptparent = (get-item $PSScriptRoot ).parent.FullName $scriptparent = (get-item $PSScriptRoot ).parent.FullName
Write-Host "`n" Write-Host "`n"
Get-Content $scriptparent\patchnotes.txt Get-Content $scriptparent\patchnotes.txt
Write-Host @"
Tip: To page through these notes, try
get-pc -patch | oh -p
"@
break break
} }

View file

@ -350,5 +350,3 @@ Patch: 2020-01-03
-rewritten much of the code for get-pc. It is now in a form that matches most of the current shs powershell modules on gitlab. Get-pc now also properly interacts with the pipeline. -rewritten much of the code for get-pc. It is now in a form that matches most of the current shs powershell modules on gitlab. Get-pc now also properly interacts with the pipeline.
Tip: To page through these notes, try
get-pc -patch | oh -p