Files
Terminal.Gui/Scripts/Start-Terminal.GUI.PowerShellEnvironment.ps1
2024-04-25 13:39:01 -07:00

8 lines
200 B
PowerShell

<#
.SYNOPSIS
Start a Terminal.Gui.PowerShell environment and load all modules.
.DESCRIPTION
Starts a new Terminal.Gui.PowerShell environment, with all modules imported.
#>
. ./Load-Module.ps1