internal/tepp/modulescope.tepp.ps1
Register-PSFTeppScriptblock -Name 'PSFramework.NuGet.ModuleScope' -ScriptBlock { foreach ($scope in Get-PSFModuleScope) { @{ Text = $scope.Name; ToolTip = $scope.Description } } } -Global |