Still dumb

This commit is contained in:
Edward R. Gonzalez 2023-03-30 18:39:39 -04:00
parent 61880e8dee
commit 2933393f55

View File

@ -1,7 +1,6 @@
if ($Host.UI.SupportsVirtualTerminal)
{
cls
}
if ($Host.UI.SupportsVirtualTerminal) {
$Host.UI.RawUI.CursorPosition = @{X=0; Y=0}
}
[string] $type = $null
[string] $test = $false