mirror of
https://github.com/Ed94/refactor.git
synced 2024-12-21 22:44:45 -08:00
Still dumb
This commit is contained in:
parent
61880e8dee
commit
2933393f55
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user