Powershell is dumb

This commit is contained in:
Edward R. Gonzalez 2023-03-30 18:43:22 -04:00
parent 2933393f55
commit eccbdac3b2

View File

@ -1,7 +1,9 @@
if ($Host.UI.SupportsVirtualTerminal) {
if ($PSVersionTable.PSEdition -ne "Core")
{
$Host.UI.RawUI.CursorPosition = @{X=0; Y=0}
}
[string] $type = $null
[string] $test = $false