jdhitsolutions / PSScriptTools

:wrench: :hammer: A set of PowerShell functions you might use to enhance your own functions and scripts or to facilitate working in the console. Most should work in both Windows PowerShell and PowerShell 7, even cross-platform. Any operating system limitations should be handled on a per command basis. The Samples folder contains demonstration script files
MIT License
875 stars 110 forks source link

[Bug]: Show-ANSISequence -Background includes foreground #130

Closed jdhitsolutions closed 1 year ago

jdhitsolutions commented 1 year ago

Describe the problem

Running Show-Ansisequence -background includes the foreground examples. It shouldn't.

Expectation

It should only show background samples.

Additional Information

Same result in Windows PowerShell and PowerShell 7,

PowerShell version

7.2

Platform

Windows 11 Pro or Enterprise

Additional Checks

jdhitsolutions commented 1 year ago

Fixed in v2.44.0