mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
8 lines
200 B
PowerShell
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 |