1
0
mirror of https://github.com/Ed94/refactor.git synced 2025-05-19 14:37:04 -07:00
This commit is contained in:
Edward R. Gonzalez 2023-03-30 18:37:01 -04:00
parent 9bf6af8ce5
commit 61880e8dee

@ -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"