Start-Terminal.GUI.PowerShellEnvironment.ps1 200 B

12345678
  1. <#
  2. .SYNOPSIS
  3. Start a Terminal.Gui.PowerShell environment and load all modules.
  4. .DESCRIPTION
  5. Starts a new Terminal.Gui.PowerShell environment, with all modules imported.
  6. #>
  7. . ./Load-Module.ps1