From a36b1dec7a4d2486fd5b7141545860b356d5b7f0 Mon Sep 17 00:00:00 2001 From: Zachary Gorman Date: Fri, 7 Mar 2025 12:48:30 -0800 Subject: [PATCH] Moved tip so it's not in the patchnotes file and won't be included in pipeline --- Get-PC/Public/Get-PC.ps1 | 7 +++++++ Get-PC/patchnotes.txt | 2 -- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Get-PC/Public/Get-PC.ps1 b/Get-PC/Public/Get-PC.ps1 index 8ed2b95..7ee456e 100644 --- a/Get-PC/Public/Get-PC.ps1 +++ b/Get-PC/Public/Get-PC.ps1 @@ -197,6 +197,13 @@ begin { $scriptparent = (get-item $PSScriptRoot ).parent.FullName Write-Host "`n" Get-Content $scriptparent\patchnotes.txt + Write-Host @" +Tip: To page through these notes, try +get-pc -patch | oh -p + + + +"@ break } diff --git a/Get-PC/patchnotes.txt b/Get-PC/patchnotes.txt index 27eb5e7..e720953 100644 --- a/Get-PC/patchnotes.txt +++ b/Get-PC/patchnotes.txt @@ -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. -Tip: To page through these notes, try -get-pc -patch | oh -p \ No newline at end of file