We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a502b commit b7ce99aCopy full SHA for b7ce99a
scripts/main.ps1
@@ -26,6 +26,9 @@ switch ($settings) {
26
$codePath = New-Item -Path "$PSModulePath/$moduleName/999.0.0" -ItemType Directory -Force
27
Copy-Item -Path $modulePath -Destination $codePath -Recurse -Force
28
Get-ChildItem -Path $codePath -Recurse | Select-Object FullName | Out-String
29
+
30
+ Get-Module -ListAvailable | Format-Table -AutoSize | Out-String
31
32
Import-Module -Name $moduleName -Verbose
33
}
34
'SourceCode' {
0 commit comments