mirror of
https://github.com/Ed94/refactor.git
synced 2025-06-16 19:51:49 -07:00
I'm dumb
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
cls
|
||||
if ($Host.UI.SupportsVirtualTerminal)
|
||||
{
|
||||
cls
|
||||
}
|
||||
|
||||
[string] $type = $null
|
||||
[string] $test = $false
|
||||
@ -17,10 +20,6 @@ foreach ( $arg in $args )
|
||||
|
||||
|
||||
#region Regular Build
|
||||
if ($Host.UI.SupportsVirtualTerminal)
|
||||
{
|
||||
cls
|
||||
}
|
||||
|
||||
write-host "Building project`n"
|
||||
|
||||
|
Reference in New Issue
Block a user