Skip to content

Commit 6235db4

Browse files
committed
More info
1 parent 7198d81 commit 6235db4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PSCompatibilityCollector/Tests/Cmdlet.Tests.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
Write-Verbose -Verbose ("Modules:`n" + (Get-Module -ListAvailable | Out-String))
55
Write-Verbose -Verbose ("Exported cmdlets from PSCompatibilityCollector:`n" + (Get-Module -ListAvailable PSCompatibilityCollector | % { $_.ExportedCmdlets.Keys } | Out-String))
6+
Write-Verbose -Verbose ("Commands:`n" + (Get-Command -Module PSCompatibilityCollector | Out-String))
67

78
Import-Module PSCompatibilityCollector -ErrorAction Stop
89

0 commit comments

Comments
 (0)