We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7198d81 commit 6235db4Copy full SHA for 6235db4
1 file changed
PSCompatibilityCollector/Tests/Cmdlet.Tests.ps1
@@ -3,6 +3,7 @@
3
4
Write-Verbose -Verbose ("Modules:`n" + (Get-Module -ListAvailable | Out-String))
5
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))
7
8
Import-Module PSCompatibilityCollector -ErrorAction Stop
9
0 commit comments