Skip to content

Commit ea951f4

Browse files
🩹 [Patch]: Add raw UI output for GitHub PowerShell setup
1 parent b47a03c commit ea951f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/main.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[CmdletBinding()]
22
param()
33

4+
$rawUI = $Host.UI.RawUI
5+
$rawUI
6+
47
$env:PSMODULE_GITHUB_SCRIPT = $true
58
Write-Host "┏━━━━━┫ GitHub-Script ┣━━━━━┓"
69
Write-Host '::group:: - Setup GitHub PowerShell'

0 commit comments

Comments
 (0)