XpandPwsh.psm1
using namespace System.Net if (!(Get-module 7Zip4Powershell -ListAvailable)){ Install-Module 7Zip4Powershell -Scope CurrentUser -Force Install-Module powershell-yaml -Scope CurrentUser -Force } $exclude=@("Install-Module.ps1") . $PSScriptRoot\private\attributes.ps1 Get-ChildItem -Path $PSScriptRoot\public\*.ps1 -Exclude $exclude -Recurse |ForEach-Object {. $_.FullName} $global:XpandPwshPath=$PSScriptRoot . $PSScriptRoot\private\Completers\RegisterCompleter.ps1 |